Html Css Color HEX #638B72 Oxley

📋 copy color: '#638B72'

red 99 ◦ green 139 ◦ blue 114

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

Shades of Oxley #638B72

Tints of Oxley #638B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.49%

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 28.13%
G = 39.49%
B = 32.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#638B72 (or 0x638B72) is known color: Oxley. HEX triplet: 63, 8B and 72. RGB value is (99,139,114). Sum of RGB (Red+Green+Blue) = 99+139+114=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #638B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B72 is #9C748D. Grayscale: #7C7C7C. Windows color (decimal): -10253454 or 7506787. OLE color: 7506787.

HSL color Cylindrical-coordinate representation of color #638B72: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B72 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 139 114 -
CMYK 0.29 0 0.18 0.45
HSL 142.5º 0.17% 0.47% -
HSV(B) 142.5º 0.29% 0.55% -
XYZ 17.42 22.33 19.31 -
YUV 124.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 99 139 114 0.29 0 0.18 0.45 142.5 0.17 0.47
Hex 63 8B 72 1D 0 12 2D 8E 11 2F
Octal 143 213 162 35 0 22 55 216 21 57
Binary 1100011 10001011 1110010 11101 0 10010 101101 10001110 10001 101111

Color Harmonies of #638B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638B72

Black with #638B72

Text Example


Text Example

White with #638B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638B72; }

 p { color: rgb(99,139,114); }

 H1.HeaderClassName
 {
   color: #638B72;
 }
 .AnyTagClassName
 {
   color: #638B72;
 }
</style>

background-color css

<style>
 a { background-color: #638B72; }

 a { background-color: rgb(99,139,114); }

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

border-color css

<style>
 span { border-color: #638B72; }

 span { border-color: rgb(99,139,114); }

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