Html Css Color HEX #678716 Olive Drab

📋 copy color: '#678716'

red 103 ◦ green 135 ◦ blue 22

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

Shades of Olive Drab #678716

Tints of Olive Drab #678716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.92%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 39.62%
G = 51.92%
B = 8.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#678716 (or 0x678716) is known color: Olive Drab. HEX triplet: 67, 87 and 16. RGB value is (103,135,22). Sum of RGB (Red+Green+Blue) = 103+135+22=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #678716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678716 is #9878E9. Grayscale: #707070. Windows color (decimal): -9992426 or 1476455. OLE color: 1476455.

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

Color convert

RGB 103 135 22 -
CMYK 0.24 0 0.84 0.47
HSL 76.99º 0.72% 0.31% -
HSV(B) 76.99º 0.84% 0.53% -
XYZ 14.4 20.27 3.91 -
YUV 112.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 103 135 22 0.24 0 0.84 0.47 76.99 0.72 0.31
Hex 67 87 16 18 0 54 2F 4D 48 1F
Octal 147 207 26 30 0 124 57 115 110 37
Binary 1100111 10000111 10110 11000 0 1010100 101111 1001101 1001000 11111

Color Harmonies of #678716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678716

Black with #678716

Text Example


Text Example

White with #678716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678716; }

 p { color: rgb(103,135,22); }

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

background-color css

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

 a { background-color: rgb(103,135,22); }

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

border-color css

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

 span { border-color: rgb(103,135,22); }

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