Html Css Color HEX #678310 Olive Drab

📋 copy color: '#678310'

red 103 ◦ green 131 ◦ blue 16

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

Shades of Olive Drab #678310

Tints of Olive Drab #678310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 41.2%
G = 52.4%
B = 6.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#678310 (or 0x678310) is known color: Olive Drab. HEX triplet: 67, 83 and 10. RGB value is (103,131,16). Sum of RGB (Red+Green+Blue) = 103+131+16=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #678310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678310 is #987CEF. Grayscale: #6D6D6D. Windows color (decimal): -9993456 or 1082215. OLE color: 1082215.

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

Color convert

RGB 103 131 16 -
CMYK 0.21 0 0.88 0.49
HSL 74.61º 0.78% 0.29% -
HSV(B) 74.61º 0.88% 0.51% -
XYZ 13.8 19.15 3.46 -
YUV 109.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 103 131 16 0.21 0 0.88 0.49 74.61 0.78 0.29
Hex 67 83 10 15 0 58 31 4B 4E 1D
Octal 147 203 20 25 0 130 61 113 116 35
Binary 1100111 10000011 10000 10101 0 1011000 110001 1001011 1001110 11101

Color Harmonies of #678310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678310

Black with #678310

Text Example


Text Example

White with #678310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678310; }

 p { color: rgb(103,131,16); }

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

background-color css

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

 a { background-color: rgb(103,131,16); }

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

border-color css

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

 span { border-color: rgb(103,131,16); }

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