Html Css Color HEX #6BAF76 Fern

📋 copy color: '#6BAF76'

red 107 ◦ green 175 ◦ blue 118

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

Shades of Fern #6BAF76

Tints of Fern #6BAF76

RGB

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

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

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

R = 26.75%
G = 43.75%
B = 29.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#6BAF76 (or 0x6BAF76) is known color: Fern. HEX triplet: 6B, AF and 76. RGB value is (107,175,118). Sum of RGB (Red+Green+Blue) = 107+175+118=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF76 is #945089. Grayscale: #949494. Windows color (decimal): -9719946 or 7778155. OLE color: 7778155.

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

Color convert

RGB 107 175 118 -
CMYK 0.39 0 0.33 0.31
HSL 129.71º 0.3% 0.55% -
HSV(B) 129.71º 0.39% 0.69% -
XYZ 24.66 35.09 22.61 -
YUV 148.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 107 175 118 0.39 0 0.33 0.31 129.71 0.3 0.55
Hex 6B AF 76 27 0 21 1F 82 1E 37
Octal 153 257 166 47 0 41 37 202 36 67
Binary 1101011 10101111 1110110 100111 0 100001 11111 10000010 11110 110111

Color Harmonies of #6BAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAF76

Black with #6BAF76

Text Example


Text Example

White with #6BAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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