#679813

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

Shades of Olive Drab #679813

Tints of Olive Drab #679813

Color information

#679813 (or 0x679813) is unknown color: approx Olive Drab. HEX triplet: 67, 98 and 13. RGB value is (103,152,19). Sum of RGB (Red+Green+Blue) = 103+152+19=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #679813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679813 is #9867EC. Grayscale: #7A7A7A. Windows color (decimal): -9988077 or 1284199. OLE color: 1284199.

HSL color Cylindrical-coordinate representation of color #679813: hue angle of 82.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679813 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB10315219-
CMYK0.3200.870.40
HSL82.11º77.78%33.53%-
HSV(B)82.11º87.5%59.61%-
XYZ16.9425.394.62-
YUV122.1969.77114.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 152 (59.77% from 255) = 55.47%
BLUE value IS 19 (7.81% from 255) = 6.93%
R=37.59%
G=55.47%
B=6.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103152190.3200.870.4082.1177.7833.53
Hex6798132005728524e22
Octal147230234001275012211642
Binary110011110011000100111000000101011110100010100101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679813; }

 p { color: rgb(103,152,19); }

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

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

 a { background-color: rgb(103,152,19); }

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

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

 span { border-color: rgb(103,152,19); }

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