Html Css Color HEX #66B269 Fern

📋 copy color: '#66B269'

red 102 ◦ green 178 ◦ blue 105

#66B269
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #66B269

Tints of Fern #66B269

RGB

 RED value IS 102 (40.23% from 255) = 26.49%

 GREEN value IS 178 (69.92% from 255) = 46.23%

 BLUE value IS 105 (41.41% from 255) = 27.27%

R = 26.49%
G = 46.23%
B = 27.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#66B269 (or 0x66B269) is known color: Fern. HEX triplet: 66, B2 and 69. RGB value is (102,178,105). Sum of RGB (Red+Green+Blue) = 102+178+105=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #66B269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B269 is #994D96. Grayscale: #939393. Windows color (decimal): -10046871 or 6926950. OLE color: 6926950.

HSL color Cylindrical-coordinate representation of color #66B269: hue angle of 122.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B269 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 178 105 -
CMYK 0.43 0 0.41 0.30
HSL 122.37º 0.33% 0.55% -
HSV(B) 122.37º 0.43% 0.7% -
XYZ 23.95 35.69 18.99 -
YUV 146.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 102 178 105 0.43 0 0.41 0.30 122.37 0.33 0.55
Hex 66 B2 69 2B 0 29 1E 7A 21 37
Octal 146 262 151 53 0 51 36 172 41 67
Binary 1100110 10110010 1101001 101011 0 101001 11110 1111010 100001 110111

Color Harmonies of #66B269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B269

Black with #66B269

Text Example


Text Example

White with #66B269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,178,105); }

 H1.HeaderClassName
 {
   color: #66B269;
 }
 .AnyTagClassName
 {
   color: #66B269;
 }
</style>

background-color css

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

 a { background-color: rgb(102,178,105); }

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

border-color css

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

 span { border-color: rgb(102,178,105); }

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