Html Css Color HEX #679318 Olive Drab

📋 copy color: '#679318'

red 103 ◦ green 147 ◦ blue 24

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

Shades of Olive Drab #679318

Tints of Olive Drab #679318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.65%

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

R = 37.59%
G = 53.65%
B = 8.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#679318 (or 0x679318) is known color: Olive Drab. HEX triplet: 67, 93 and 18. RGB value is (103,147,24). Sum of RGB (Red+Green+Blue) = 103+147+24=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #679318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679318 is #986CE7. Grayscale: #787878. Windows color (decimal): -9989352 or 1610599. OLE color: 1610599.

HSL color Cylindrical-coordinate representation of color #679318: hue angle of 81.46º 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 #679318 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 147 24 -
CMYK 0.30 0 0.84 0.42
HSL 81.46º 0.72% 0.34% -
HSV(B) 81.46º 0.84% 0.58% -
XYZ 16.19 23.82 4.61 -
YUV 119.82 73.92 116 -
System Red Green Blue C M Y K H S L
Decimal 103 147 24 0.30 0 0.84 0.42 81.46 0.72 0.34
Hex 67 93 18 1E 0 54 2A 51 48 22
Octal 147 223 30 36 0 124 52 121 110 42
Binary 1100111 10010011 11000 11110 0 1010100 101010 1010001 1001000 100010

Color Harmonies of #679318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679318

Black with #679318

Text Example


Text Example

White with #679318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679318; }

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

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

background-color css

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

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

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

border-color css

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

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

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