Html Css Color HEX #6BAB74 Fern

📋 copy color: '#6BAB74'

red 107 ◦ green 171 ◦ blue 116

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

Shades of Fern #6BAB74

Tints of Fern #6BAB74

RGB

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

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

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

R = 27.16%
G = 43.4%
B = 29.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#6BAB74 (or 0x6BAB74) is known color: Fern. HEX triplet: 6B, AB and 74. RGB value is (107,171,116). Sum of RGB (Red+Green+Blue) = 107+171+116=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB74 is #94548B. Grayscale: #919191. Windows color (decimal): -9720972 or 7646059. OLE color: 7646059.

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

Color convert

RGB 107 171 116 -
CMYK 0.37 0 0.32 0.33
HSL 128.44º 0.28% 0.55% -
HSV(B) 128.44º 0.37% 0.67% -
XYZ 23.78 33.51 21.74 -
YUV 145.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 107 171 116 0.37 0 0.32 0.33 128.44 0.28 0.55
Hex 6B AB 74 25 0 20 21 80 1C 37
Octal 153 253 164 45 0 40 41 200 34 67
Binary 1101011 10101011 1110100 100101 0 100000 100001 10000000 11100 110111

Color Harmonies of #6BAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB74

Black with #6BAB74

Text Example


Text Example

White with #6BAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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