Html Css Color HEX #679618 Olive Drab

📋 copy color: '#679618'

red 103 ◦ green 150 ◦ blue 24

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

Shades of Olive Drab #679618

Tints of Olive Drab #679618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.15%

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

R = 37.18%
G = 54.15%
B = 8.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#679618 (or 0x679618) is known color: Olive Drab. HEX triplet: 67, 96 and 18. RGB value is (103,150,24). Sum of RGB (Red+Green+Blue) = 103+150+24=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #679618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679618 is #9869E7. Grayscale: #7A7A7A. Windows color (decimal): -9988584 or 1611367. OLE color: 1611367.

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

Color convert

RGB 103 150 24 -
CMYK 0.31 0 0.84 0.41
HSL 82.38º 0.72% 0.34% -
HSV(B) 82.38º 0.84% 0.59% -
XYZ 16.66 24.76 4.77 -
YUV 121.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 103 150 24 0.31 0 0.84 0.41 82.38 0.72 0.34
Hex 67 96 18 1F 0 54 29 52 48 22
Octal 147 226 30 37 0 124 51 122 110 42
Binary 1100111 10010110 11000 11111 0 1010100 101001 1010010 1001000 100010

Color Harmonies of #679618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679618

Black with #679618

Text Example


Text Example

White with #679618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679618; }

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

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

background-color css

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

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

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

border-color css

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

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

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