Html Css Color HEX #6CBA74 Fern

📋 copy color: '#6CBA74'

red 108 ◦ green 186 ◦ blue 116

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

Shades of Fern #6CBA74

Tints of Fern #6CBA74

RGB

 RED value IS 108 (42.58% from 255) = 26.34%

 GREEN value IS 186 (73.05% from 255) = 45.37%

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

R = 26.34%
G = 45.37%
B = 28.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#6CBA74 (or 0x6CBA74) is known color: Fern. HEX triplet: 6C, BA and 74. RGB value is (108,186,116). Sum of RGB (Red+Green+Blue) = 108+186+116=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA74 is #93458B. Grayscale: #9A9A9A. Windows color (decimal): -9651596 or 7649900. OLE color: 7649900.

HSL color Cylindrical-coordinate representation of color #6CBA74: hue angle of 126.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBA74 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 186 116 -
CMYK 0.42 0 0.38 0.27
HSL 126.15º 0.36% 0.58% -
HSV(B) 126.15º 0.42% 0.73% -
XYZ 26.9 39.57 22.74 -
YUV 154.7 106.16 94.69 -
System Red Green Blue C M Y K H S L
Decimal 108 186 116 0.42 0 0.38 0.27 126.15 0.36 0.58
Hex 6C BA 74 2A 0 26 1B 7E 24 3A
Octal 154 272 164 52 0 46 33 176 44 72
Binary 1101100 10111010 1110100 101010 0 100110 11011 1111110 100100 111010

Color Harmonies of #6CBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBA74

Black with #6CBA74

Text Example


Text Example

White with #6CBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,116); }

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

background-color css

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

 a { background-color: rgb(108,186,116); }

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

border-color css

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

 span { border-color: rgb(108,186,116); }

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