Html Css Color HEX #6BAD74 Fern

📋 copy color: '#6BAD74'

red 107 ◦ green 173 ◦ blue 116

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

Shades of Fern #6BAD74

Tints of Fern #6BAD74

RGB

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

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

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

R = 27.02%
G = 43.69%
B = 29.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#6BAD74 (or 0x6BAD74) is known color: Fern. HEX triplet: 6B, AD and 74. RGB value is (107,173,116). Sum of RGB (Red+Green+Blue) = 107+173+116=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD74 is #94528B. Grayscale: #929292. Windows color (decimal): -9720460 or 7646571. OLE color: 7646571.

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

Color convert

RGB 107 173 116 -
CMYK 0.38 0 0.33 0.32
HSL 128.18º 0.29% 0.55% -
HSV(B) 128.18º 0.38% 0.68% -
XYZ 24.16 34.27 21.87 -
YUV 146.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 107 173 116 0.38 0 0.33 0.32 128.18 0.29 0.55
Hex 6B AD 74 26 0 21 20 80 1D 37
Octal 153 255 164 46 0 41 40 200 35 67
Binary 1101011 10101101 1110100 100110 0 100001 100000 10000000 11101 110111

Color Harmonies of #6BAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAD74

Black with #6BAD74

Text Example


Text Example

White with #6BAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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