#67800F

Color #67800F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #67800F

Tints of Olive Drab #67800F

Color information

#67800F (or 0x67800F) is unknown color: approx Olive Drab. HEX triplet: 67, 80 and 0F. RGB value is (103,128,15). Sum of RGB (Red+Green+Blue) = 103+128+15=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #67800F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67800F is #987FF0. Grayscale: #6C6C6C. Windows color (decimal): -9994225 or 1015911. OLE color: 1015911.

HSL color Cylindrical-coordinate representation of color #67800F: hue angle of 73.27º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67800F is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB10312815-
CMYK0.2000.880.50
HSL73.27º79.02%28.04%-
HSV(B)73.27º88.28%50.2%-
XYZ13.418.363.29-
YUV107.6475.72124.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.87%
GREEN value IS 128 (50.39% from 255) = 52.03%
BLUE value IS 15 (6.25% from 255) = 6.10%
R=41.87%
G=52.03%
B=6.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103128150.2000.880.5073.2779.0228.04
Hex6780F1405832494f1c
Octal147200172401306211111734
Binary110011110000000111110100010110001100101001001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67800F; }

 p { color: rgb(103,128,15); }

 H1.HeaderClassName
 {
   color: #67800F;
 }
 .AnyTagClassName
 {
   color: #67800F;
 }
</style>
background-color css

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

 a { background-color: rgb(103,128,15); }

 div.DivClassName
 {
   background-color: #67800F;
 }
 .BgClassName
 {
   background-color: #67800F;
 }
</style>
border-color css

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

 span { border-color: rgb(103,128,15); }

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