Html Css Color HEX #6BAC72 Fern

📋 copy color: '#6BAC72'

red 107 ◦ green 172 ◦ blue 114

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

Shades of Fern #6BAC72

Tints of Fern #6BAC72

RGB

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

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

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

R = 27.23%
G = 43.77%
B = 29.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#6BAC72 (or 0x6BAC72) is known color: Fern. HEX triplet: 6B, AC and 72. RGB value is (107,172,114). Sum of RGB (Red+Green+Blue) = 107+172+114=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC72 is #94538D. Grayscale: #929292. Windows color (decimal): -9720718 or 7515243. OLE color: 7515243.

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

Color convert

RGB 107 172 114 -
CMYK 0.38 0 0.34 0.33
HSL 126.46º 0.28% 0.55% -
HSV(B) 126.46º 0.38% 0.67% -
XYZ 23.85 33.85 21.2 -
YUV 145.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 107 172 114 0.38 0 0.34 0.33 126.46 0.28 0.55
Hex 6B AC 72 26 0 22 21 7E 1C 37
Octal 153 254 162 46 0 42 41 176 34 67
Binary 1101011 10101100 1110010 100110 0 100010 100001 1111110 11100 110111

Color Harmonies of #6BAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAC72

Black with #6BAC72

Text Example


Text Example

White with #6BAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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