#638E07

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

Shades of Olive Drab #638E07

Tints of Olive Drab #638E07

Color information

#638E07 (or 0x638E07) is unknown color: approx Olive Drab. HEX triplet: 63, 8E and 07. RGB value is (99,142,7). Sum of RGB (Red+Green+Blue) = 99+142+7=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #638E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E07 is #9C71F8. Grayscale: #727272. Windows color (decimal): -10252793 or 495203. OLE color: 495203.

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

Color convert

RGB991427-
CMYK0.3000.950.44
HSL79.11º90.6%29.22%-
HSV(B)79.11º95.07%55.69%-
XYZ14.8622.013.67-
YUV113.7567.75117.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 142 (55.86% from 255) = 57.26%
BLUE value IS 7 (3.12% from 255) = 2.82%
R=39.92%
G=57.26%
B=2.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9914270.3000.950.4479.1190.629.22
Hex638E71E05F2C4f5b1d
Octal14321673601375411713335
Binary11000111000111011111110010111111011001001111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638E07; }

 p { color: rgb(99,142,7); }

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

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

 a { background-color: rgb(99,142,7); }

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

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

 span { border-color: rgb(99,142,7); }

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