Html Css Color HEX #679918 Olive Drab

📋 copy color: '#679918'

red 103 ◦ green 153 ◦ blue 24

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

Shades of Olive Drab #679918

Tints of Olive Drab #679918

RGB

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

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

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

R = 36.79%
G = 54.64%
B = 8.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#679918 (or 0x679918) is known color: Olive Drab. HEX triplet: 67, 99 and 18. RGB value is (103,153,24). Sum of RGB (Red+Green+Blue) = 103+153+24=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #679918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679918 is #9866E7. Grayscale: #7B7B7B. Windows color (decimal): -9987816 or 1612135. OLE color: 1612135.

HSL color Cylindrical-coordinate representation of color #679918: hue angle of 83.26º degrees, saturation: 0.73, 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 #679918 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 24 -
CMYK 0.33 0 0.84 0.4
HSL 83.26º 0.73% 0.35% -
HSV(B) 83.26º 0.84% 0.6% -
XYZ 17.15 25.73 4.93 -
YUV 123.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 103 153 24 0.33 0 0.84 0.4 83.26 0.73 0.35
Hex 67 99 18 21 0 54 28 53 49 23
Octal 147 231 30 41 0 124 50 123 111 43
Binary 1100111 10011001 11000 100001 0 1010100 101000 1010011 1001001 100011

Color Harmonies of #679918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679918

Black with #679918

Text Example


Text Example

White with #679918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679918; }

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

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

background-color css

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

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

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

border-color css

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

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

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