Html Css Color HEX #6A8313 Olive Drab

📋 copy color: '#6A8313'

red 106 ◦ green 131 ◦ blue 19

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

Shades of Olive Drab #6A8313

Tints of Olive Drab #6A8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 41.41%
G = 51.17%
B = 7.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#6A8313 (or 0x6A8313) is known color: Olive Drab. HEX triplet: 6A, 83 and 13. RGB value is (106,131,19). Sum of RGB (Red+Green+Blue) = 106+131+19=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8313 is #957CEC. Grayscale: #6F6F6F. Windows color (decimal): -9796845 or 1278826. OLE color: 1278826.

HSL color Cylindrical-coordinate representation of color #6A8313: hue angle of 73.39º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A8313 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 131 19 -
CMYK 0.19 0 0.85 0.49
HSL 73.39º 0.75% 0.29% -
HSV(B) 73.39º 0.85% 0.51% -
XYZ 14.18 19.34 3.6 -
YUV 110.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 106 131 19 0.19 0 0.85 0.49 73.39 0.75 0.29
Hex 6A 83 13 13 0 55 31 49 4B 1D
Octal 152 203 23 23 0 125 61 111 113 35
Binary 1101010 10000011 10011 10011 0 1010101 110001 1001001 1001011 11101

Color Harmonies of #6A8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8313

Black with #6A8313

Text Example


Text Example

White with #6A8313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,131,19); }

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

background-color css

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

 a { background-color: rgb(106,131,19); }

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

border-color css

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

 span { border-color: rgb(106,131,19); }

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