Html Css Color HEX #678218 Olive Drab

📋 copy color: '#678218'

red 103 ◦ green 130 ◦ blue 24

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

Shades of Olive Drab #678218

Tints of Olive Drab #678218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.58%

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

R = 40.08%
G = 50.58%
B = 9.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#678218 (or 0x678218) is known color: Olive Drab. HEX triplet: 67, 82 and 18. RGB value is (103,130,24). Sum of RGB (Red+Green+Blue) = 103+130+24=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #678218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678218 is #987DE7. Grayscale: #6E6E6E. Windows color (decimal): -9993704 or 1606247. OLE color: 1606247.

HSL color Cylindrical-coordinate representation of color #678218: hue angle of 75.28º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #678218 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 24 -
CMYK 0.21 0 0.82 0.49
HSL 75.28º 0.69% 0.3% -
HSV(B) 75.28º 0.82% 0.51% -
XYZ 13.74 18.91 3.79 -
YUV 109.84 79.55 123.12 -
System Red Green Blue C M Y K H S L
Decimal 103 130 24 0.21 0 0.82 0.49 75.28 0.69 0.3
Hex 67 82 18 15 0 52 31 4B 45 1E
Octal 147 202 30 25 0 122 61 113 105 36
Binary 1100111 10000010 11000 10101 0 1010010 110001 1001011 1000101 11110

Color Harmonies of #678218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678218

Black with #678218

Text Example


Text Example

White with #678218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678218; }

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

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

background-color css

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

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

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

border-color css

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

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

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