Html Css Color HEX #678521 Olive Drab

📋 copy color: '#678521'

red 103 ◦ green 133 ◦ blue 33

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

Shades of Olive Drab #678521

Tints of Olive Drab #678521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.27%

R = 38.29%
G = 49.44%
B = 12.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#678521 (or 0x678521) is known color: Olive Drab. HEX triplet: 67, 85 and 21. RGB value is (103,133,33). Sum of RGB (Red+Green+Blue) = 103+133+33=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #678521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678521 is #987ADE. Grayscale: #717171. Windows color (decimal): -9992927 or 2196839. OLE color: 2196839.

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

Color convert

RGB 103 133 33 -
CMYK 0.23 0 0.75 0.48
HSL 78º 0.6% 0.33% -
HSV(B) 78º 0.75% 0.52% -
XYZ 14.26 19.77 4.5 -
YUV 112.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 103 133 33 0.23 0 0.75 0.48 78 0.6 0.33
Hex 67 85 21 17 0 4B 30 4E 3C 21
Octal 147 205 41 27 0 113 60 116 74 41
Binary 1100111 10000101 100001 10111 0 1001011 110000 1001110 111100 100001

Color Harmonies of #678521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678521

Black with #678521

Text Example


Text Example

White with #678521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678521; }

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

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

background-color css

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

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

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

border-color css

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

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

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