Html Css Color HEX #6B914E Glade Green

📋 copy color: '#6B914E'

red 107 ◦ green 145 ◦ blue 78

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

Shades of Glade Green #6B914E

Tints of Glade Green #6B914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 32.42%
G = 43.94%
B = 23.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#6B914E (or 0x6B914E) is known color: Glade Green. HEX triplet: 6B, 91 and 4E. RGB value is (107,145,78). Sum of RGB (Red+Green+Blue) = 107+145+78=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #6B914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B914E is #946EB1. Grayscale: #7E7E7E. Windows color (decimal): -9727666 or 5149035. OLE color: 5149035.

HSL color Cylindrical-coordinate representation of color #6B914E: hue angle of 94.03º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B914E is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 78 -
CMYK 0.26 0 0.46 0.43
HSL 94.03º 0.3% 0.44% -
HSV(B) 94.03º 0.46% 0.57% -
XYZ 17.56 23.93 10.9 -
YUV 126 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 107 145 78 0.26 0 0.46 0.43 94.03 0.3 0.44
Hex 6B 91 4E 1A 0 2E 2B 5E 1E 2C
Octal 153 221 116 32 0 56 53 136 36 54
Binary 1101011 10010001 1001110 11010 0 101110 101011 1011110 11110 101100

Color Harmonies of #6B914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B914E

Black with #6B914E

Text Example


Text Example

White with #6B914E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,78); }

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

background-color css

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

 a { background-color: rgb(107,145,78); }

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

border-color css

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

 span { border-color: rgb(107,145,78); }

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