Html Css Color HEX #6CAC74 Fern

📋 copy color: '#6CAC74'

red 108 ◦ green 172 ◦ blue 116

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

Shades of Fern #6CAC74

Tints of Fern #6CAC74

RGB

 RED value IS 108 (42.58% from 255) = 27.27%

 GREEN value IS 172 (67.58% from 255) = 43.43%

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 27.27%
G = 43.43%
B = 29.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#6CAC74 (or 0x6CAC74) is known color: Fern. HEX triplet: 6C, AC and 74. RGB value is (108,172,116). Sum of RGB (Red+Green+Blue) = 108+172+116=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAC74 is #93538B. Grayscale: #929292. Windows color (decimal): -9655180 or 7646316. OLE color: 7646316.

HSL color Cylindrical-coordinate representation of color #6CAC74: hue angle of 127.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAC74 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 172 116 -
CMYK 0.37 0 0.33 0.33
HSL 127.5º 0.28% 0.55% -
HSV(B) 127.5º 0.37% 0.67% -
XYZ 24.09 33.95 21.81 -
YUV 146.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 108 172 116 0.37 0 0.33 0.33 127.5 0.28 0.55
Hex 6C AC 74 25 0 21 21 80 1C 37
Octal 154 254 164 45 0 41 41 200 34 67
Binary 1101100 10101100 1110100 100101 0 100001 100001 10000000 11100 110111

Color Harmonies of #6CAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAC74

Black with #6CAC74

Text Example


Text Example

White with #6CAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CAC74; }

 p { color: rgb(108,172,116); }

 H1.HeaderClassName
 {
   color: #6CAC74;
 }
 .AnyTagClassName
 {
   color: #6CAC74;
 }
</style>

background-color css

<style>
 a { background-color: #6CAC74; }

 a { background-color: rgb(108,172,116); }

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

border-color css

<style>
 span { border-color: #6CAC74; }

 span { border-color: rgb(108,172,116); }

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