Html Css Color HEX #6BAD72 Fern

📋 copy color: '#6BAD72'

red 107 ◦ green 173 ◦ blue 114

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

Shades of Fern #6BAD72

Tints of Fern #6BAD72

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.91%

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

R = 27.16%
G = 43.91%
B = 28.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#6BAD72 (or 0x6BAD72) is known color: Fern. HEX triplet: 6B, AD and 72. RGB value is (107,173,114). Sum of RGB (Red+Green+Blue) = 107+173+114=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD72 is #94528D. Grayscale: #929292. Windows color (decimal): -9720462 or 7515499. OLE color: 7515499.

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

Color convert

RGB 107 173 114 -
CMYK 0.38 0 0.34 0.32
HSL 126.36º 0.29% 0.55% -
HSV(B) 126.36º 0.38% 0.68% -
XYZ 24.04 34.23 21.26 -
YUV 146.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 107 173 114 0.38 0 0.34 0.32 126.36 0.29 0.55
Hex 6B AD 72 26 0 22 20 7E 1D 37
Octal 153 255 162 46 0 42 40 176 35 67
Binary 1101011 10101101 1110010 100110 0 100010 100000 1111110 11101 110111

Color Harmonies of #6BAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAD72

Black with #6BAD72

Text Example


Text Example

White with #6BAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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