Html Css Color HEX #6A9814 Olive Drab

📋 copy color: '#6A9814'

red 106 ◦ green 152 ◦ blue 20

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

Shades of Olive Drab #6A9814

Tints of Olive Drab #6A9814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 38.13%
G = 54.68%
B = 7.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#6A9814 (or 0x6A9814) is known color: Olive Drab. HEX triplet: 6A, 98 and 14. RGB value is (106,152,20). Sum of RGB (Red+Green+Blue) = 106+152+20=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9814 is #9567EB. Grayscale: #7B7B7B. Windows color (decimal): -9791468 or 1349738. OLE color: 1349738.

HSL color Cylindrical-coordinate representation of color #6A9814: hue angle of 80.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A9814 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 152 20 -
CMYK 0.30 0 0.87 0.40
HSL 80.91º 0.77% 0.34% -
HSV(B) 80.91º 0.87% 0.6% -
XYZ 17.3 25.57 4.69 -
YUV 123.2 69.76 115.73 -
System Red Green Blue C M Y K H S L
Decimal 106 152 20 0.30 0 0.87 0.40 80.91 0.77 0.34
Hex 6A 98 14 1E 0 57 28 51 4D 22
Octal 152 230 24 36 0 127 50 121 115 42
Binary 1101010 10011000 10100 11110 0 1010111 101000 1010001 1001101 100010

Color Harmonies of #6A9814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9814

Black with #6A9814

Text Example


Text Example

White with #6A9814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,152,20); }

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

background-color css

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

 a { background-color: rgb(106,152,20); }

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

border-color css

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

 span { border-color: rgb(106,152,20); }

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