Html Css Color HEX #66AF6C Fern

📋 copy color: '#66AF6C'

red 102 ◦ green 175 ◦ blue 108

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

Shades of Fern #66AF6C

Tints of Fern #66AF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.45%

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 26.49%
G = 45.45%
B = 28.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#66AF6C (or 0x66AF6C) is known color: Fern. HEX triplet: 66, AF and 6C. RGB value is (102,175,108). Sum of RGB (Red+Green+Blue) = 102+175+108=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF6C is #995093. Grayscale: #919191. Windows color (decimal): -10047636 or 7122790. OLE color: 7122790.

HSL color Cylindrical-coordinate representation of color #66AF6C: hue angle of 124.93º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF6C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 108 -
CMYK 0.42 0 0.38 0.31
HSL 124.93º 0.31% 0.54% -
HSV(B) 124.93º 0.42% 0.69% -
XYZ 23.52 34.57 19.62 -
YUV 145.54 106.82 96.95 -
System Red Green Blue C M Y K H S L
Decimal 102 175 108 0.42 0 0.38 0.31 124.93 0.31 0.54
Hex 66 AF 6C 2A 0 26 1F 7D 1F 36
Octal 146 257 154 52 0 46 37 175 37 66
Binary 1100110 10101111 1101100 101010 0 100110 11111 1111101 11111 110110

Color Harmonies of #66AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF6C

Black with #66AF6C

Text Example


Text Example

White with #66AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,175,108); }

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

background-color css

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

 a { background-color: rgb(102,175,108); }

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

border-color css

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

 span { border-color: rgb(102,175,108); }

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