#66B627

Color #66B627 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #66B627

Tints of Christi #66B627

Color information

#66B627 (or 0x66B627) is unknown color: approx Christi. HEX triplet: 66, B6 and 27. RGB value is (102,182,39). Sum of RGB (Red+Green+Blue) = 102+182+39=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #66B627 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B627 is #9949D8. Grayscale: #8E8E8E. Windows color (decimal): -10045913 or 2602598. OLE color: 2602598.

HSL color Cylindrical-coordinate representation of color #66B627: hue angle of 93.57º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66B627 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB10218239-
CMYK0.4400.790.29
HSL93.57º64.71%43.33%-
HSV(B)93.57º78.57%71.37%-
XYZ22.5736.437.76-
YUV141.787099.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 39 (15.62% from 255) = 12.07%
R=31.58%
G=56.35%
B=12.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102182390.4400.790.2993.5764.7143.33
Hex66B6272C04F1D5e412b
Octal146266475401173513610153
Binary110011010110110100111101100010011111110110111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B627; }

 p { color: rgb(102,182,39); }

 H1.HeaderClassName
 {
   color: #66B627;
 }
 .AnyTagClassName
 {
   color: #66B627;
 }
</style>
background-color css

<style>
 a { background-color: #66B627; }

 a { background-color: rgb(102,182,39); }

 div.DivClassName
 {
   background-color: #66B627;
 }
 .BgClassName
 {
   background-color: #66B627;
 }
</style>
border-color css

<style>
 span { border-color: #66B627; }

 span { border-color: rgb(102,182,39); }

 td.TdClassName
 {
   border-color: #66B627;
 }
 .TagClassName
 {
   border-color: #66B627;
 }
</style>