Html Css Color HEX #6BAC76 Fern

📋 copy color: '#6BAC76'

red 107 ◦ green 172 ◦ blue 118

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

Shades of Fern #6BAC76

Tints of Fern #6BAC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 26.95%
G = 43.32%
B = 29.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#6BAC76 (or 0x6BAC76) is known color: Fern. HEX triplet: 6B, AC and 76. RGB value is (107,172,118). Sum of RGB (Red+Green+Blue) = 107+172+118=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC76 is #945389. Grayscale: #929292. Windows color (decimal): -9720714 or 7777387. OLE color: 7777387.

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

Color convert

RGB 107 172 118 -
CMYK 0.38 0 0.31 0.33
HSL 130.15º 0.28% 0.55% -
HSV(B) 130.15º 0.38% 0.67% -
XYZ 24.09 33.94 22.42 -
YUV 146.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 107 172 118 0.38 0 0.31 0.33 130.15 0.28 0.55
Hex 6B AC 76 26 0 1F 21 82 1C 37
Octal 153 254 166 46 0 37 41 202 34 67
Binary 1101011 10101100 1110110 100110 0 11111 100001 10000010 11100 110111

Color Harmonies of #6BAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAC76

Black with #6BAC76

Text Example


Text Example

White with #6BAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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