Html Css Color HEX #6A961E Olive Drab

📋 copy color: '#6A961E'

red 106 ◦ green 150 ◦ blue 30

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

Shades of Olive Drab #6A961E

Tints of Olive Drab #6A961E

RGB

 RED value IS 106 (41.8% from 255) = 37.06%

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

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

R = 37.06%
G = 52.45%
B = 10.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#6A961E (or 0x6A961E) is known color: Olive Drab. HEX triplet: 6A, 96 and 1E. RGB value is (106,150,30). Sum of RGB (Red+Green+Blue) = 106+150+30=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #6A961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A961E is #9569E1. Grayscale: #7B7B7B. Windows color (decimal): -9791970 or 2004586. OLE color: 2004586.

HSL color Cylindrical-coordinate representation of color #6A961E: hue angle of 82º 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 #6A961E is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 150 30 -
CMYK 0.29 0 0.80 0.41
HSL 82º 0.67% 0.35% -
HSV(B) 82º 0.8% 0.59% -
XYZ 17.08 24.97 5.15 -
YUV 123.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 106 150 30 0.29 0 0.80 0.41 82 0.67 0.35
Hex 6A 96 1E 1D 0 50 29 52 43 23
Octal 152 226 36 35 0 120 51 122 103 43
Binary 1101010 10010110 11110 11101 0 1010000 101001 1010010 1000011 100011

Color Harmonies of #6A961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A961E

Black with #6A961E

Text Example


Text Example

White with #6A961E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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