Html Css Color HEX #637700 Olive

📋 copy color: '#637700'

red 99 ◦ green 119 ◦ blue 0

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

Shades of Olive #637700

Tints of Olive #637700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.41%
G = 54.59%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#637700 (or 0x637700) is known color: Olive. HEX triplet: 63, 77 and 00. RGB value is (99,119,0). Sum of RGB (Red+Green+Blue) = 99+119+0=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #637700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637700 is #9C88FF. Grayscale: #636363. Windows color (decimal): -10258688 or 30563. OLE color: 30563.

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

Color convert

RGB 99 119 0 -
CMYK 0.17 0 1 0.53
HSL 70.08º 1% 0.23% -
HSV(B) 70.08º 1% 0.47% -
XYZ 11.74 15.85 2.44 -
YUV 99.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 99 119 0 0.17 0 1 0.53 70.08 1 0.23
Hex 63 77 0 11 0 64 35 46 64 17
Octal 143 167 0 21 0 144 65 106 144 27
Binary 1100011 1110111 0 10001 0 1100100 110101 1000110 1100100 10111

Color Harmonies of #637700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637700

Black with #637700

Text Example


Text Example

White with #637700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637700; }

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

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

background-color css

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

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

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

border-color css

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

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

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