Html Css Color HEX #66B069 Fern

📋 copy color: '#66B069'

red 102 ◦ green 176 ◦ blue 105

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

Shades of Fern #66B069

Tints of Fern #66B069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

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

R = 26.63%
G = 45.95%
B = 27.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#66B069 (or 0x66B069) is known color: Fern. HEX triplet: 66, B0 and 69. RGB value is (102,176,105). Sum of RGB (Red+Green+Blue) = 102+176+105=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #66B069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B069 is #994F96. Grayscale: #919191. Windows color (decimal): -10047383 or 6926438. OLE color: 6926438.

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

Color convert

RGB 102 176 105 -
CMYK 0.42 0 0.40 0.31
HSL 122.43º 0.32% 0.55% -
HSV(B) 122.43º 0.42% 0.69% -
XYZ 23.55 34.9 18.86 -
YUV 145.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 102 176 105 0.42 0 0.40 0.31 122.43 0.32 0.55
Hex 66 B0 69 2A 0 28 1F 7A 20 37
Octal 146 260 151 52 0 50 37 172 40 67
Binary 1100110 10110000 1101001 101010 0 101000 11111 1111010 100000 110111

Color Harmonies of #66B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B069

Black with #66B069

Text Example


Text Example

White with #66B069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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