Html Css Color HEX #639A73 Oxley

📋 copy color: '#639A73'

red 99 ◦ green 154 ◦ blue 115

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

Shades of Oxley #639A73

Tints of Oxley #639A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.85%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 26.9%
G = 41.85%
B = 31.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#639A73 (or 0x639A73) is known color: Oxley. HEX triplet: 63, 9A and 73. RGB value is (99,154,115). Sum of RGB (Red+Green+Blue) = 99+154+115=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #639A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A73 is #9C658C. Grayscale: #858585. Windows color (decimal): -10249613 or 7576163. OLE color: 7576163.

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

Color convert

RGB 99 154 115 -
CMYK 0.36 0 0.25 0.40
HSL 137.45º 0.22% 0.5% -
HSV(B) 137.45º 0.36% 0.6% -
XYZ 19.8 27 20.39 -
YUV 133.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 99 154 115 0.36 0 0.25 0.40 137.45 0.22 0.5
Hex 63 9A 73 24 0 19 28 89 16 32
Octal 143 232 163 44 0 31 50 211 26 62
Binary 1100011 10011010 1110011 100100 0 11001 101000 10001001 10110 110010

Color Harmonies of #639A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639A73

Black with #639A73

Text Example


Text Example

White with #639A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,154,115); }

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

background-color css

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

 a { background-color: rgb(99,154,115); }

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

border-color css

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

 span { border-color: rgb(99,154,115); }

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