Html Css Color HEX #6BAB72 Fern

📋 copy color: '#6BAB72'

red 107 ◦ green 171 ◦ blue 114

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

Shades of Fern #6BAB72

Tints of Fern #6BAB72

RGB

 RED value IS 107 (42.19% from 255) = 27.3%

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 27.3%
G = 43.62%
B = 29.08%

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

#6BAB72 (or 0x6BAB72) is known color: Fern. HEX triplet: 6B, AB and 72. RGB value is (107,171,114). Sum of RGB (Red+Green+Blue) = 107+171+114=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB72 is #94548D. Grayscale: #919191. Windows color (decimal): -9720974 or 7514987. OLE color: 7514987.

HSL color Cylindrical-coordinate representation of color #6BAB72: hue angle of 126.56º 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 #6BAB72 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 171 114 -
CMYK 0.37 0 0.33 0.33
HSL 126.56º 0.28% 0.55% -
HSV(B) 126.56º 0.37% 0.67% -
XYZ 23.66 33.47 21.13 -
YUV 145.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 107 171 114 0.37 0 0.33 0.33 126.56 0.28 0.55
Hex 6B AB 72 25 0 21 21 7F 1C 37
Octal 153 253 162 45 0 41 41 177 34 67
Binary 1101011 10101011 1110010 100101 0 100001 100001 1111111 11100 110111

Color Harmonies of #6BAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB72

Black with #6BAB72

Text Example


Text Example

White with #6BAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,114); }

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

background-color css

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

 a { background-color: rgb(107,171,114); }

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

border-color css

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

 span { border-color: rgb(107,171,114); }

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