Html Css Color HEX #6D961E Olive Drab

📋 copy color: '#6D961E'

red 109 ◦ green 150 ◦ blue 30

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

Shades of Olive Drab #6D961E

Tints of Olive Drab #6D961E

RGB

 RED value IS 109 (42.97% from 255) = 37.72%

 GREEN value IS 150 (58.98% from 255) = 51.9%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 37.72%
G = 51.9%
B = 10.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#6D961E (or 0x6D961E) is known color: Olive Drab. HEX triplet: 6D, 96 and 1E. RGB value is (109,150,30). Sum of RGB (Red+Green+Blue) = 109+150+30=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #6D961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D961E is #9269E1. Grayscale: #7C7C7C. Windows color (decimal): -9595362 or 2004589. OLE color: 2004589.

HSL color Cylindrical-coordinate representation of color #6D961E: hue angle of 80.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D961E is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 150 30 -
CMYK 0.27 0 0.80 0.41
HSL 80.5º 0.67% 0.35% -
HSV(B) 80.5º 0.8% 0.59% -
XYZ 17.45 25.16 5.16 -
YUV 124.06 74.92 117.26 -
System Red Green Blue C M Y K H S L
Decimal 109 150 30 0.27 0 0.80 0.41 80.5 0.67 0.35
Hex 6D 96 1E 1B 0 50 29 50 43 23
Octal 155 226 36 33 0 120 51 120 103 43
Binary 1101101 10010110 11110 11011 0 1010000 101001 1010000 1000011 100011

Color Harmonies of #6D961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D961E

Black with #6D961E

Text Example


Text Example

White with #6D961E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,150,30); }

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

background-color css

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

 a { background-color: rgb(109,150,30); }

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

border-color css

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

 span { border-color: rgb(109,150,30); }

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