#679007

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

Shades of Olive Drab #679007

Tints of Olive Drab #679007

Color information

#679007 (or 0x679007) is unknown color: approx Olive Drab. HEX triplet: 67, 90 and 07. RGB value is (103,144,7). Sum of RGB (Red+Green+Blue) = 103+144+7=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #679007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679007 is #986FF8. Grayscale: #747474. Windows color (decimal): -9990137 or 495719. OLE color: 495719.

HSL color Cylindrical-coordinate representation of color #679007: hue angle of 77.96º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #679007 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1031447-
CMYK0.2800.950.44
HSL77.96º90.73%29.61%-
HSV(B)77.96º95.14%56.47%-
XYZ15.6122.853.79-
YUV116.1266.42118.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.55%
GREEN value IS 144 (56.64% from 255) = 56.69%
BLUE value IS 7 (3.12% from 255) = 2.76%
R=40.55%
G=56.69%
B=2.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10314470.2800.950.4477.9690.7329.61
Hex679071C05F2C4e5b1e
Octal14722073401375411613336
Binary11001111001000011111100010111111011001001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679007; }

 p { color: rgb(103,144,7); }

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

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

 a { background-color: rgb(103,144,7); }

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

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

 span { border-color: rgb(103,144,7); }

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