Html Css Color HEX #637601 Olive

📋 copy color: '#637601'

red 99 ◦ green 118 ◦ blue 1

#637601
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #637601

Tints of Olive #637601

RGB

 RED value IS 99 (39.06% from 255) = 45.41%

 GREEN value IS 118 (46.48% from 255) = 54.13%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 45.41%
G = 54.13%
B = 0.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#637601 (or 0x637601) is known color: Olive. HEX triplet: 63, 76 and 01. RGB value is (99,118,1). Sum of RGB (Red+Green+Blue) = 99+118+1=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #637601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637601 is #9C89FE. Grayscale: #636363. Windows color (decimal): -10258943 or 95843. OLE color: 95843.

HSL color Cylindrical-coordinate representation of color #637601: hue angle of 69.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #637601 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 118 1 -
CMYK 0.16 0 0.99 0.54
HSL 69.74º 0.98% 0.23% -
HSV(B) 69.74º 0.99% 0.46% -
XYZ 11.63 15.61 2.43 -
YUV 98.98 72.71 128.01 -
System Red Green Blue C M Y K H S L
Decimal 99 118 1 0.16 0 0.99 0.54 69.74 0.98 0.23
Hex 63 76 1 10 0 63 36 46 62 17
Octal 143 166 1 20 0 143 66 106 142 27
Binary 1100011 1110110 1 10000 0 1100011 110110 1000110 1100010 10111

Color Harmonies of #637601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637601

Black with #637601

Text Example


Text Example

White with #637601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637601; }

 p { color: rgb(99,118,1); }

 H1.HeaderClassName
 {
   color: #637601;
 }
 .AnyTagClassName
 {
   color: #637601;
 }
</style>

background-color css

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

 a { background-color: rgb(99,118,1); }

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

border-color css

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

 span { border-color: rgb(99,118,1); }

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