Html Css Color HEX #6BAF60 Fern

📋 copy color: '#6BAF60'

red 107 ◦ green 175 ◦ blue 96

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

Shades of Fern #6BAF60

Tints of Fern #6BAF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 28.31%
G = 46.3%
B = 25.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#6BAF60 (or 0x6BAF60) is known color: Fern. HEX triplet: 6B, AF and 60. RGB value is (107,175,96). Sum of RGB (Red+Green+Blue) = 107+175+96=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF60 is #94509F. Grayscale: #919191. Windows color (decimal): -9719968 or 6336363. OLE color: 6336363.

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

Color convert

RGB 107 175 96 -
CMYK 0.39 0 0.45 0.31
HSL 111.65º 0.33% 0.53% -
HSV(B) 111.65º 0.45% 0.69% -
XYZ 23.5 34.63 16.51 -
YUV 145.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 107 175 96 0.39 0 0.45 0.31 111.65 0.33 0.53
Hex 6B AF 60 27 0 2D 1F 70 21 35
Octal 153 257 140 47 0 55 37 160 41 65
Binary 1101011 10101111 1100000 100111 0 101101 11111 1110000 100001 110101

Color Harmonies of #6BAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAF60

Black with #6BAF60

Text Example


Text Example

White with #6BAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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