Html Css Color HEX #6CAF70 Fern

📋 copy color: '#6CAF70'

red 108 ◦ green 175 ◦ blue 112

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

Shades of Fern #6CAF70

Tints of Fern #6CAF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 27.34%
G = 44.3%
B = 28.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#6CAF70 (or 0x6CAF70) is known color: Fern. HEX triplet: 6C, AF and 70. RGB value is (108,175,112). Sum of RGB (Red+Green+Blue) = 108+175+112=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF70 is #93508F. Grayscale: #939393. Windows color (decimal): -9654416 or 7384940. OLE color: 7384940.

HSL color Cylindrical-coordinate representation of color #6CAF70: hue angle of 123.58º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF70 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 175 112 -
CMYK 0.38 0 0.36 0.31
HSL 123.58º 0.3% 0.55% -
HSV(B) 123.58º 0.38% 0.69% -
XYZ 24.44 35.02 20.8 -
YUV 147.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 108 175 112 0.38 0 0.36 0.31 123.58 0.3 0.55
Hex 6C AF 70 26 0 24 1F 7C 1E 37
Octal 154 257 160 46 0 44 37 174 36 67
Binary 1101100 10101111 1110000 100110 0 100100 11111 1111100 11110 110111

Color Harmonies of #6CAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAF70

Black with #6CAF70

Text Example


Text Example

White with #6CAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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