#679912

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

Shades of Olive Drab #679912

Tints of Olive Drab #679912

Color information

#679912 (or 0x679912) is unknown color: approx Olive Drab. HEX triplet: 67, 99 and 12. RGB value is (103,153,18). Sum of RGB (Red+Green+Blue) = 103+153+18=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #679912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679912 is #9866ED. Grayscale: #7B7B7B. Windows color (decimal): -9987822 or 1218919. OLE color: 1218919.

HSL color Cylindrical-coordinate representation of color #679912: hue angle of 82.22º degrees, saturation: 0.79, 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 #679912 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB10315318-
CMYK0.3300.880.4
HSL82.22º78.95%33.53%-
HSV(B)82.22º88.24%60%-
XYZ17.0925.714.63-
YUV122.6668.94113.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 153 (60.16% from 255) = 55.84%
BLUE value IS 18 (7.42% from 255) = 6.57%
R=37.59%
G=55.84%
B=6.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103153180.3300.880.482.2278.9533.53
Hex6799122105828524f22
Octal147231224101305012211742
Binary110011110011001100101000010101100010100010100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679912; }

 p { color: rgb(103,153,18); }

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

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

 a { background-color: rgb(103,153,18); }

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

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

 span { border-color: rgb(103,153,18); }

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