Html Css Color HEX #637F4C Dingley

📋 copy color: '#637F4C'

red 99 ◦ green 127 ◦ blue 76

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

Shades of Dingley #637F4C

Tints of Dingley #637F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 32.78%
G = 42.05%
B = 25.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#637F4C (or 0x637F4C) is known color: Dingley. HEX triplet: 63, 7F and 4C. RGB value is (99,127,76). Sum of RGB (Red+Green+Blue) = 99+127+76=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #637F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637F4C is #9C80B3. Grayscale: #707070. Windows color (decimal): -10256564 or 5013347. OLE color: 5013347.

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

Color convert

RGB 99 127 76 -
CMYK 0.22 0 0.40 0.50
HSL 92.94º 0.25% 0.4% -
HSV(B) 92.94º 0.4% 0.5% -
XYZ 14.04 18.35 9.64 -
YUV 112.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 99 127 76 0.22 0 0.40 0.50 92.94 0.25 0.4
Hex 63 7F 4C 16 0 28 32 5D 19 28
Octal 143 177 114 26 0 50 62 135 31 50
Binary 1100011 1111111 1001100 10110 0 101000 110010 1011101 11001 101000

Color Harmonies of #637F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637F4C

Black with #637F4C

Text Example


Text Example

White with #637F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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