Html Css Color HEX #6A9512 Olive Drab

📋 copy color: '#6A9512'

red 106 ◦ green 149 ◦ blue 18

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

Shades of Olive Drab #6A9512

Tints of Olive Drab #6A9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.58%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 38.83%
G = 54.58%
B = 6.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#6A9512 (or 0x6A9512) is known color: Olive Drab. HEX triplet: 6A, 95 and 12. RGB value is (106,149,18). Sum of RGB (Red+Green+Blue) = 106+149+18=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9512 is #956AED. Grayscale: #797979. Windows color (decimal): -9792238 or 1217898. OLE color: 1217898.

HSL color Cylindrical-coordinate representation of color #6A9512: hue angle of 79.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A9512 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 149 18 -
CMYK 0.29 0 0.88 0.42
HSL 79.69º 0.78% 0.33% -
HSV(B) 79.69º 0.88% 0.58% -
XYZ 16.8 24.6 4.44 -
YUV 121.21 69.75 117.15 -
System Red Green Blue C M Y K H S L
Decimal 106 149 18 0.29 0 0.88 0.42 79.69 0.78 0.33
Hex 6A 95 12 1D 0 58 2A 50 4E 21
Octal 152 225 22 35 0 130 52 120 116 41
Binary 1101010 10010101 10010 11101 0 1011000 101010 1010000 1001110 100001

Color Harmonies of #6A9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9512

Black with #6A9512

Text Example


Text Example

White with #6A9512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,149,18); }

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

background-color css

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

 a { background-color: rgb(106,149,18); }

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

border-color css

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

 span { border-color: rgb(106,149,18); }

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