Html Css Color HEX #678320 Olive Drab

📋 copy color: '#678320'

red 103 ◦ green 131 ◦ blue 32

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

Shades of Olive Drab #678320

Tints of Olive Drab #678320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 38.72%
G = 49.25%
B = 12.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#678320 (or 0x678320) is known color: Olive Drab. HEX triplet: 67, 83 and 20. RGB value is (103,131,32). Sum of RGB (Red+Green+Blue) = 103+131+32=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #678320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678320 is #987CDF. Grayscale: #6F6F6F. Windows color (decimal): -9993440 or 2130791. OLE color: 2130791.

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

Color convert

RGB 103 131 32 -
CMYK 0.21 0 0.76 0.49
HSL 76.97º 0.61% 0.32% -
HSV(B) 76.97º 0.76% 0.51% -
XYZ 13.97 19.22 4.34 -
YUV 111.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 103 131 32 0.21 0 0.76 0.49 76.97 0.61 0.32
Hex 67 83 20 15 0 4C 31 4D 3D 20
Octal 147 203 40 25 0 114 61 115 75 40
Binary 1100111 10000011 100000 10101 0 1001100 110001 1001101 111101 100000

Color Harmonies of #678320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678320

Black with #678320

Text Example


Text Example

White with #678320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678320; }

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

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

background-color css

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

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

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

border-color css

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

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

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