#638600

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

Shades of Olive #638600

Tints of Olive #638600

Color information

#638600 (or 0x638600) is unknown color: approx Olive. HEX triplet: 63, 86 and 00. RGB value is (99,134,0). Sum of RGB (Red+Green+Blue) = 99+134+0=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #638600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638600 is #9C79FF. Grayscale: #6C6C6C. Windows color (decimal): -10254848 or 34403. OLE color: 34403.

HSL color Cylindrical-coordinate representation of color #638600: hue angle of 75.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #638600 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB991340-
CMYK0.26010.47
HSL75.67º100%26.27%-
HSV(B)75.67º100%52.55%-
XYZ13.6719.73.08-
YUV108.2666.9121.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.49%
G=57.51%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9913400.26010.4775.6710026.27
Hex638601A0642F4c641a
Octal14320603201445711414432
Binary110001110000110011010011001001011111001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638600; }

 p { color: rgb(99,134,0); }

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

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

 a { background-color: rgb(99,134,0); }

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

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

 span { border-color: rgb(99,134,0); }

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