Html Css Color HEX #678332 Olive Drab

📋 copy color: '#678332'

red 103 ◦ green 131 ◦ blue 50

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

Shades of Olive Drab #678332

Tints of Olive Drab #678332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 36.27%
G = 46.13%
B = 17.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#678332 (or 0x678332) is known color: Olive Drab. HEX triplet: 67, 83 and 32. RGB value is (103,131,50). Sum of RGB (Red+Green+Blue) = 103+131+50=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #678332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678332 is #987CCD. Grayscale: #717171. Windows color (decimal): -9993422 or 3310439. OLE color: 3310439.

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

Color convert

RGB 103 131 50 -
CMYK 0.21 0 0.62 0.49
HSL 80.74º 0.45% 0.35% -
HSV(B) 80.74º 0.62% 0.51% -
XYZ 14.29 19.35 6 -
YUV 113.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 103 131 50 0.21 0 0.62 0.49 80.74 0.45 0.35
Hex 67 83 32 15 0 3E 31 51 2D 23
Octal 147 203 62 25 0 76 61 121 55 43
Binary 1100111 10000011 110010 10101 0 111110 110001 1010001 101101 100011

Color Harmonies of #678332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678332

Black with #678332

Text Example


Text Example

White with #678332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678332; }

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

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

background-color css

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

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

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

border-color css

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

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

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