Html Css Color HEX #678520 Olive Drab

📋 copy color: '#678520'

red 103 ◦ green 133 ◦ blue 32

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

Shades of Olive Drab #678520

Tints of Olive Drab #678520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

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

R = 38.43%
G = 49.63%
B = 11.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#678520 (or 0x678520) is known color: Olive Drab. HEX triplet: 67, 85 and 20. RGB value is (103,133,32). Sum of RGB (Red+Green+Blue) = 103+133+32=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #678520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678520 is #987ADF. Grayscale: #707070. Windows color (decimal): -9992928 or 2131303. OLE color: 2131303.

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

Color convert

RGB 103 133 32 -
CMYK 0.23 0 0.76 0.48
HSL 77.82º 0.61% 0.32% -
HSV(B) 77.82º 0.76% 0.52% -
XYZ 14.24 19.76 4.43 -
YUV 112.52 82.56 121.21 -
System Red Green Blue C M Y K H S L
Decimal 103 133 32 0.23 0 0.76 0.48 77.82 0.61 0.32
Hex 67 85 20 17 0 4C 30 4E 3D 20
Octal 147 205 40 27 0 114 60 116 75 40
Binary 1100111 10000101 100000 10111 0 1001100 110000 1001110 111101 100000

Color Harmonies of #678520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678520

Black with #678520

Text Example


Text Example

White with #678520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678520; }

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

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

background-color css

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

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

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

border-color css

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

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

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