Html Css Color HEX #66AF6A Fern

📋 copy color: '#66AF6A'

red 102 ◦ green 175 ◦ blue 106

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

Shades of Fern #66AF6A

Tints of Fern #66AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 26.63%
G = 45.69%
B = 27.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#66AF6A (or 0x66AF6A) is known color: Fern. HEX triplet: 66, AF and 6A. RGB value is (102,175,106). Sum of RGB (Red+Green+Blue) = 102+175+106=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF6A is #995095. Grayscale: #919191. Windows color (decimal): -10047638 or 6991718. OLE color: 6991718.

HSL color Cylindrical-coordinate representation of color #66AF6A: hue angle of 123.29º 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 #66AF6A is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 106 -
CMYK 0.42 0 0.39 0.31
HSL 123.29º 0.31% 0.54% -
HSV(B) 123.29º 0.42% 0.69% -
XYZ 23.41 34.53 19.07 -
YUV 145.31 105.82 97.11 -
System Red Green Blue C M Y K H S L
Decimal 102 175 106 0.42 0 0.39 0.31 123.29 0.31 0.54
Hex 66 AF 6A 2A 0 27 1F 7B 1F 36
Octal 146 257 152 52 0 47 37 173 37 66
Binary 1100110 10101111 1101010 101010 0 100111 11111 1111011 11111 110110

Color Harmonies of #66AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF6A

Black with #66AF6A

Text Example


Text Example

White with #66AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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