Html Css Color HEX #639E75 Oxley

📋 copy color: '#639E75'

red 99 ◦ green 158 ◦ blue 117

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

Shades of Oxley #639E75

Tints of Oxley #639E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 26.47%
G = 42.25%
B = 31.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#639E75 (or 0x639E75) is known color: Oxley. HEX triplet: 63, 9E and 75. RGB value is (99,158,117). Sum of RGB (Red+Green+Blue) = 99+158+117=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #639E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E75 is #9C618A. Grayscale: #878787. Windows color (decimal): -10248587 or 7708259. OLE color: 7708259.

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

Color convert

RGB 99 158 117 -
CMYK 0.37 0 0.26 0.38
HSL 138.31º 0.23% 0.5% -
HSV(B) 138.31º 0.37% 0.62% -
XYZ 20.58 28.39 21.22 -
YUV 135.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 99 158 117 0.37 0 0.26 0.38 138.31 0.23 0.5
Hex 63 9E 75 25 0 1A 26 8A 17 32
Octal 143 236 165 45 0 32 46 212 27 62
Binary 1100011 10011110 1110101 100101 0 11010 100110 10001010 10111 110010

Color Harmonies of #639E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E75

Black with #639E75

Text Example


Text Example

White with #639E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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