Html Css Color HEX #679518 Olive Drab

📋 copy color: '#679518'

red 103 ◦ green 149 ◦ blue 24

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

Shades of Olive Drab #679518

Tints of Olive Drab #679518

RGB

 RED value IS 103 (40.63% from 255) = 37.32%

 GREEN value IS 149 (58.59% from 255) = 53.99%

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 37.32%
G = 53.99%
B = 8.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#679518 (or 0x679518) is known color: Olive Drab. HEX triplet: 67, 95 and 18. RGB value is (103,149,24). Sum of RGB (Red+Green+Blue) = 103+149+24=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #679518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679518 is #986AE7. Grayscale: #797979. Windows color (decimal): -9988840 or 1611111. OLE color: 1611111.

HSL color Cylindrical-coordinate representation of color #679518: hue angle of 82.08º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #679518 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 149 24 -
CMYK 0.31 0 0.84 0.42
HSL 82.08º 0.72% 0.34% -
HSV(B) 82.08º 0.84% 0.58% -
XYZ 16.51 24.44 4.71 -
YUV 121 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 103 149 24 0.31 0 0.84 0.42 82.08 0.72 0.34
Hex 67 95 18 1F 0 54 2A 52 48 22
Octal 147 225 30 37 0 124 52 122 110 42
Binary 1100111 10010101 11000 11111 0 1010100 101010 1010010 1001000 100010

Color Harmonies of #679518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679518

Black with #679518

Text Example


Text Example

White with #679518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679518; }

 p { color: rgb(103,149,24); }

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

background-color css

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

 a { background-color: rgb(103,149,24); }

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

border-color css

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

 span { border-color: rgb(103,149,24); }

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