Html Css Color HEX #639E77 Oxley

📋 copy color: '#639E77'

red 99 ◦ green 158 ◦ blue 119

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

Shades of Oxley #639E77

Tints of Oxley #639E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 26.33%
G = 42.02%
B = 31.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#639E77 (or 0x639E77) is known color: Oxley. HEX triplet: 63, 9E and 77. RGB value is (99,158,119). Sum of RGB (Red+Green+Blue) = 99+158+119=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #639E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E77 is #9C6188. Grayscale: #888888. Windows color (decimal): -10248585 or 7839331. OLE color: 7839331.

HSL color Cylindrical-coordinate representation of color #639E77: hue angle of 140.34º 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 #639E77 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 158 119 -
CMYK 0.37 0 0.25 0.38
HSL 140.34º 0.23% 0.5% -
HSV(B) 140.34º 0.37% 0.62% -
XYZ 20.7 28.44 21.85 -
YUV 135.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 99 158 119 0.37 0 0.25 0.38 140.34 0.23 0.5
Hex 63 9E 77 25 0 19 26 8C 17 32
Octal 143 236 167 45 0 31 46 214 27 62
Binary 1100011 10011110 1110111 100101 0 11001 100110 10001100 10111 110010

Color Harmonies of #639E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E77

Black with #639E77

Text Example


Text Example

White with #639E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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