Html Css Color HEX #637F2F Olive Drab

📋 copy color: '#637F2F'

red 99 ◦ green 127 ◦ blue 47

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

Shades of Olive Drab #637F2F

Tints of Olive Drab #637F2F

RGB

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

 GREEN value IS 127 (50% from 255) = 46.52%

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 36.26%
G = 46.52%
B = 17.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#637F2F (or 0x637F2F) is known color: Olive Drab. HEX triplet: 63, 7F and 2F. RGB value is (99,127,47). Sum of RGB (Red+Green+Blue) = 99+127+47=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #637F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637F2F is #9C80D0. Grayscale: #6D6D6D. Windows color (decimal): -10256593 or 3112803. OLE color: 3112803.

HSL color Cylindrical-coordinate representation of color #637F2F: hue angle of 81º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #637F2F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 127 47 -
CMYK 0.22 0 0.63 0.50
HSL 81º 0.46% 0.34% -
HSV(B) 81º 0.63% 0.5% -
XYZ 13.25 18.04 5.47 -
YUV 109.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 99 127 47 0.22 0 0.63 0.50 81 0.46 0.34
Hex 63 7F 2F 16 0 3F 32 51 2E 22
Octal 143 177 57 26 0 77 62 121 56 42
Binary 1100011 1111111 101111 10110 0 111111 110010 1010001 101110 100010

Color Harmonies of #637F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637F2F

Black with #637F2F

Text Example


Text Example

White with #637F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637F2F; }

 p { color: rgb(99,127,47); }

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

background-color css

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

 a { background-color: rgb(99,127,47); }

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

border-color css

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

 span { border-color: rgb(99,127,47); }

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