#629707

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

Shades of Olive Drab #629707

Tints of Olive Drab #629707

Color information

#629707 (or 0x629707) is unknown color: approx Olive Drab. HEX triplet: 62, 97 and 07. RGB value is (98,151,7). Sum of RGB (Red+Green+Blue) = 98+151+7=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #629707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629707 is #9D68F8. Grayscale: #777777. Windows color (decimal): -10316025 or 497506. OLE color: 497506.

HSL color Cylindrical-coordinate representation of color #629707: hue angle of 82.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #629707 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB981517-
CMYK0.3500.950.41
HSL82.08º91.14%30.98%-
HSV(B)82.08º95.36%59.22%-
XYZ16.1424.754.13-
YUV118.7464.94113.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 151 (59.38% from 255) = 58.98%
BLUE value IS 7 (3.12% from 255) = 2.73%
R=38.28%
G=58.98%
B=2.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9815170.3500.950.4182.0891.1430.98
Hex629772305F29525b1f
Octal14222774301375112213337
Binary110001010010111111100011010111111010011010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629707; }

 p { color: rgb(98,151,7); }

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

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

 a { background-color: rgb(98,151,7); }

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

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

 span { border-color: rgb(98,151,7); }

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