Html Css Color HEX #6A9915 Olive Drab

📋 copy color: '#6A9915'

red 106 ◦ green 153 ◦ blue 21

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

Shades of Olive Drab #6A9915

Tints of Olive Drab #6A9915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.64%

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

R = 37.86%
G = 54.64%
B = 7.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#6A9915 (or 0x6A9915) is known color: Olive Drab. HEX triplet: 6A, 99 and 15. RGB value is (106,153,21). Sum of RGB (Red+Green+Blue) = 106+153+21=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9915 is #9566EA. Grayscale: #7C7C7C. Windows color (decimal): -9791211 or 1415530. OLE color: 1415530.

HSL color Cylindrical-coordinate representation of color #6A9915: hue angle of 81.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A9915 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 153 21 -
CMYK 0.31 0 0.86 0.4
HSL 81.36º 0.76% 0.34% -
HSV(B) 81.36º 0.86% 0.6% -
XYZ 17.47 25.9 4.79 -
YUV 123.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 106 153 21 0.31 0 0.86 0.4 81.36 0.76 0.34
Hex 6A 99 15 1F 0 56 28 51 4C 22
Octal 152 231 25 37 0 126 50 121 114 42
Binary 1101010 10011001 10101 11111 0 1010110 101000 1010001 1001100 100010

Color Harmonies of #6A9915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9915

Black with #6A9915

Text Example


Text Example

White with #6A9915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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