Html Css Color HEX #639176 Oxley

📋 copy color: '#639176'

red 99 ◦ green 145 ◦ blue 118

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

Shades of Oxley #639176

Tints of Oxley #639176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 27.35%
G = 40.06%
B = 32.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#639176 (or 0x639176) is known color: Oxley. HEX triplet: 63, 91 and 76. RGB value is (99,145,118). Sum of RGB (Red+Green+Blue) = 99+145+118=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #639176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639176 is #9C6E89. Grayscale: #808080. Windows color (decimal): -10251914 or 7770467. OLE color: 7770467.

HSL color Cylindrical-coordinate representation of color #639176: hue angle of 144.78º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639176 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 118 -
CMYK 0.32 0 0.19 0.43
HSL 144.78º 0.19% 0.48% -
HSV(B) 144.78º 0.32% 0.57% -
XYZ 18.54 24.21 20.84 -
YUV 128.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 99 145 118 0.32 0 0.19 0.43 144.78 0.19 0.48
Hex 63 91 76 20 0 13 2B 91 13 30
Octal 143 221 166 40 0 23 53 221 23 60
Binary 1100011 10010001 1110110 100000 0 10011 101011 10010001 10011 110000

Color Harmonies of #639176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639176

Black with #639176

Text Example


Text Example

White with #639176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639176; }

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

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

background-color css

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

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

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

border-color css

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

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

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