Html Css Color HEX #6A8615 Olive Drab

📋 copy color: '#6A8615'

red 106 ◦ green 134 ◦ blue 21

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

Shades of Olive Drab #6A8615

Tints of Olive Drab #6A8615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.34%

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 40.61%
G = 51.34%
B = 8.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#6A8615 (or 0x6A8615) is known color: Olive Drab. HEX triplet: 6A, 86 and 15. RGB value is (106,134,21). Sum of RGB (Red+Green+Blue) = 106+134+21=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8615 is #9579EA. Grayscale: #717171. Windows color (decimal): -9796075 or 1410666. OLE color: 1410666.

HSL color Cylindrical-coordinate representation of color #6A8615: hue angle of 74.87º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A8615 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 21 -
CMYK 0.21 0 0.84 0.47
HSL 74.87º 0.73% 0.3% -
HSV(B) 74.87º 0.84% 0.53% -
XYZ 14.6 20.17 3.83 -
YUV 112.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 106 134 21 0.21 0 0.84 0.47 74.87 0.73 0.3
Hex 6A 86 15 15 0 54 2F 4B 49 1E
Octal 152 206 25 25 0 124 57 113 111 36
Binary 1101010 10000110 10101 10101 0 1010100 101111 1001011 1001001 11110

Color Harmonies of #6A8615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8615

Black with #6A8615

Text Example


Text Example

White with #6A8615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,134,21); }

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

background-color css

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

 a { background-color: rgb(106,134,21); }

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

border-color css

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

 span { border-color: rgb(106,134,21); }

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