Html Css Color HEX #678418 Olive Drab

📋 copy color: '#678418'

red 103 ◦ green 132 ◦ blue 24

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

Shades of Olive Drab #678418

Tints of Olive Drab #678418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.97%

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

R = 39.77%
G = 50.97%
B = 9.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#678418 (or 0x678418) is known color: Olive Drab. HEX triplet: 67, 84 and 18. RGB value is (103,132,24). Sum of RGB (Red+Green+Blue) = 103+132+24=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #678418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678418 is #987BE7. Grayscale: #6F6F6F. Windows color (decimal): -9993192 or 1606759. OLE color: 1606759.

HSL color Cylindrical-coordinate representation of color #678418: hue angle of 76.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #678418 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 24 -
CMYK 0.22 0 0.82 0.48
HSL 76.11º 0.69% 0.31% -
HSV(B) 76.11º 0.82% 0.52% -
XYZ 14.01 19.45 3.88 -
YUV 111.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 103 132 24 0.22 0 0.82 0.48 76.11 0.69 0.31
Hex 67 84 18 16 0 52 30 4C 45 1F
Octal 147 204 30 26 0 122 60 114 105 37
Binary 1100111 10000100 11000 10110 0 1010010 110000 1001100 1000101 11111

Color Harmonies of #678418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678418

Black with #678418

Text Example


Text Example

White with #678418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678418; }

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

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

background-color css

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

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

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

border-color css

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

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

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