Html Css Color HEX #637200 Olive

📋 copy color: '#637200'

red 99 ◦ green 114 ◦ blue 0

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

Shades of Olive #637200

Tints of Olive #637200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

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

R = 46.48%
G = 53.52%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#637200 (or 0x637200) is known color: Olive. HEX triplet: 63, 72 and 00. RGB value is (99,114,0). Sum of RGB (Red+Green+Blue) = 99+114+0=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #637200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637200 is #9C8DFF. Grayscale: #606060. Windows color (decimal): -10259968 or 29283. OLE color: 29283.

HSL color Cylindrical-coordinate representation of color #637200: hue angle of 67.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #637200 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 114 0 -
CMYK 0.13 0 1 0.55
HSL 67.89º 1% 0.22% -
HSV(B) 67.89º 1% 0.45% -
XYZ 11.16 14.69 2.25 -
YUV 96.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 99 114 0 0.13 0 1 0.55 67.89 1 0.22
Hex 63 72 0 D 0 64 37 44 64 16
Octal 143 162 0 15 0 144 67 104 144 26
Binary 1100011 1110010 0 1101 0 1100100 110111 1000100 1100100 10110

Color Harmonies of #637200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637200

Black with #637200

Text Example


Text Example

White with #637200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637200; }

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

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

background-color css

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

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

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

border-color css

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

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

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