Html Css Color HEX #6A9819 Olive Drab

📋 copy color: '#6A9819'

red 106 ◦ green 152 ◦ blue 25

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

Shades of Olive Drab #6A9819

Tints of Olive Drab #6A9819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 37.46%
G = 53.71%
B = 8.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#6A9819 (or 0x6A9819) is known color: Olive Drab. HEX triplet: 6A, 98 and 19. RGB value is (106,152,25). Sum of RGB (Red+Green+Blue) = 106+152+25=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9819 is #9567E6. Grayscale: #7C7C7C. Windows color (decimal): -9791463 or 1677418. OLE color: 1677418.

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

Color convert

RGB 106 152 25 -
CMYK 0.30 0 0.84 0.40
HSL 81.73º 0.72% 0.35% -
HSV(B) 81.73º 0.84% 0.6% -
XYZ 17.35 25.59 4.94 -
YUV 123.77 72.26 115.33 -
System Red Green Blue C M Y K H S L
Decimal 106 152 25 0.30 0 0.84 0.40 81.73 0.72 0.35
Hex 6A 98 19 1E 0 54 28 52 48 23
Octal 152 230 31 36 0 124 50 122 110 43
Binary 1101010 10011000 11001 11110 0 1010100 101000 1010010 1001000 100011

Color Harmonies of #6A9819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9819

Black with #6A9819

Text Example


Text Example

White with #6A9819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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