Html Css Color HEX #639F74 Oxley

📋 copy color: '#639F74'

red 99 ◦ green 159 ◦ blue 116

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

Shades of Oxley #639F74

Tints of Oxley #639F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.51%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 26.47%
G = 42.51%
B = 31.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#639F74 (or 0x639F74) is known color: Oxley. HEX triplet: 63, 9F and 74. RGB value is (99,159,116). Sum of RGB (Red+Green+Blue) = 99+159+116=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #639F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F74 is #9C608B. Grayscale: #888888. Windows color (decimal): -10248332 or 7642979. OLE color: 7642979.

HSL color Cylindrical-coordinate representation of color #639F74: hue angle of 137º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F74 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 159 116 -
CMYK 0.38 0 0.27 0.38
HSL 137º 0.24% 0.51% -
HSV(B) 137º 0.38% 0.62% -
XYZ 20.7 28.71 20.97 -
YUV 136.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 99 159 116 0.38 0 0.27 0.38 137 0.24 0.51
Hex 63 9F 74 26 0 1B 26 89 18 33
Octal 143 237 164 46 0 33 46 211 30 63
Binary 1100011 10011111 1110100 100110 0 11011 100110 10001001 11000 110011

Color Harmonies of #639F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639F74

Black with #639F74

Text Example


Text Example

White with #639F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,159,116); }

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

background-color css

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

 a { background-color: rgb(99,159,116); }

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

border-color css

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

 span { border-color: rgb(99,159,116); }

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