Html Css Color HEX #6E9305 Olive Drab

📋 copy color: '#6E9305'

red 110 ◦ green 147 ◦ blue 5

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

Shades of Olive Drab #6E9305

Tints of Olive Drab #6E9305

RGB

 RED value IS 110 (43.36% from 255) = 41.98%

 GREEN value IS 147 (57.81% from 255) = 56.11%

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 41.98%
G = 56.11%
B = 1.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#6E9305 (or 0x6E9305) is known color: Olive Drab. HEX triplet: 6E, 93 and 05. RGB value is (110,147,5). Sum of RGB (Red+Green+Blue) = 110+147+5=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9305 is #916CFA. Grayscale: #787878. Windows color (decimal): -9530619 or 365422. OLE color: 365422.

HSL color Cylindrical-coordinate representation of color #6E9305: hue angle of 75.63º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E9305 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 147 5 -
CMYK 0.25 0 0.97 0.42
HSL 75.63º 0.93% 0.3% -
HSV(B) 75.63º 0.97% 0.58% -
XYZ 16.89 24.19 3.92 -
YUV 119.75 63.24 121.05 -
System Red Green Blue C M Y K H S L
Decimal 110 147 5 0.25 0 0.97 0.42 75.63 0.93 0.3
Hex 6E 93 5 19 0 61 2A 4C 5D 1E
Octal 156 223 5 31 0 141 52 114 135 36
Binary 1101110 10010011 101 11001 0 1100001 101010 1001100 1011101 11110

Color Harmonies of #6E9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9305

Black with #6E9305

Text Example


Text Example

White with #6E9305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,147,5); }

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

background-color css

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

 a { background-color: rgb(110,147,5); }

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

border-color css

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

 span { border-color: rgb(110,147,5); }

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