Html Css Color HEX #639E7D Oxley

📋 copy color: '#639E7D'

red 99 ◦ green 158 ◦ blue 125

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

Shades of Oxley #639E7D

Tints of Oxley #639E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.36%

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 25.92%
G = 41.36%
B = 32.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#639E7D (or 0x639E7D) is known color: Oxley. HEX triplet: 63, 9E and 7D. RGB value is (99,158,125). Sum of RGB (Red+Green+Blue) = 99+158+125=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #639E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E7D is #9C6182. Grayscale: #888888. Windows color (decimal): -10248579 or 8232547. OLE color: 8232547.

HSL color Cylindrical-coordinate representation of color #639E7D: hue angle of 146.44º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639E7D is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 158 125 -
CMYK 0.37 0 0.21 0.38
HSL 146.44º 0.23% 0.5% -
HSV(B) 146.44º 0.37% 0.62% -
XYZ 21.07 28.59 23.81 -
YUV 136.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 99 158 125 0.37 0 0.21 0.38 146.44 0.23 0.5
Hex 63 9E 7D 25 0 15 26 92 17 32
Octal 143 236 175 45 0 25 46 222 27 62
Binary 1100011 10011110 1111101 100101 0 10101 100110 10010010 10111 110010

Color Harmonies of #639E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E7D

Black with #639E7D

Text Example


Text Example

White with #639E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639E7D; }

 p { color: rgb(99,158,125); }

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

background-color css

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

 a { background-color: rgb(99,158,125); }

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

border-color css

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

 span { border-color: rgb(99,158,125); }

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