Html Css Color HEX #6A9015 Olive Drab

📋 copy color: '#6A9015'

red 106 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #6A9015

Tints of Olive Drab #6A9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 39.11%
G = 53.14%
B = 7.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#6A9015 (or 0x6A9015) is known color: Olive Drab. HEX triplet: 6A, 90 and 15. RGB value is (106,144,21). Sum of RGB (Red+Green+Blue) = 106+144+21=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9015 is #956FEA. Grayscale: #777777. Windows color (decimal): -9793515 or 1413226. OLE color: 1413226.

HSL color Cylindrical-coordinate representation of color #6A9015: hue angle of 78.54º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A9015 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 144 21 -
CMYK 0.26 0 0.85 0.44
HSL 78.54º 0.75% 0.32% -
HSV(B) 78.54º 0.85% 0.56% -
XYZ 16.05 23.06 4.32 -
YUV 118.62 72.91 119 -
System Red Green Blue C M Y K H S L
Decimal 106 144 21 0.26 0 0.85 0.44 78.54 0.75 0.32
Hex 6A 90 15 1A 0 55 2C 4F 4B 20
Octal 152 220 25 32 0 125 54 117 113 40
Binary 1101010 10010000 10101 11010 0 1010101 101100 1001111 1001011 100000

Color Harmonies of #6A9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9015

Black with #6A9015

Text Example


Text Example

White with #6A9015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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