Html Css Color HEX #6A9115 Olive Drab

📋 copy color: '#6A9115'

red 106 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #6A9115

Tints of Olive Drab #6A9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.31%

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

R = 38.97%
G = 53.31%
B = 7.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#6A9115 (or 0x6A9115) is known color: Olive Drab. HEX triplet: 6A, 91 and 15. RGB value is (106,145,21). Sum of RGB (Red+Green+Blue) = 106+145+21=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9115 is #956EEA. Grayscale: #777777. Windows color (decimal): -9793259 or 1413482. OLE color: 1413482.

HSL color Cylindrical-coordinate representation of color #6A9115: hue angle of 78.87º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A9115 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 21 -
CMYK 0.27 0 0.86 0.43
HSL 78.87º 0.75% 0.33% -
HSV(B) 78.87º 0.86% 0.57% -
XYZ 16.2 23.37 4.37 -
YUV 119.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 106 145 21 0.27 0 0.86 0.43 78.87 0.75 0.33
Hex 6A 91 15 1B 0 56 2B 4F 4B 21
Octal 152 221 25 33 0 126 53 117 113 41
Binary 1101010 10010001 10101 11011 0 1010110 101011 1001111 1001011 100001

Color Harmonies of #6A9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9115

Black with #6A9115

Text Example


Text Example

White with #6A9115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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