#679421

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

Shades of Olive Drab #679421

Tints of Olive Drab #679421

Color information

#679421 (or 0x679421) is unknown color: approx Olive Drab. HEX triplet: 67, 94 and 21. RGB value is (103,148,33). Sum of RGB (Red+Green+Blue) = 103+148+33=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #679421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679421 is #986BDE. Grayscale: #797979. Windows color (decimal): -9989087 or 2200679. OLE color: 2200679.

HSL color Cylindrical-coordinate representation of color #679421: hue angle of 83.48º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #679421 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB10314833-
CMYK0.3000.780.42
HSL83.48º63.54%35.49%-
HSV(B)83.48º77.7%58.04%-
XYZ16.4624.175.24-
YUV121.4378.09114.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 148 (58.20% from 255) = 52.11%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=36.27%
G=52.11%
B=11.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103148330.3000.780.4283.4863.5435.49
Hex6794211E04E2A534023
Octal147224413601165212310043
Binary110011110010100100001111100100111010101010100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679421; }

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

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

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

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

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

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

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

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