Html Css Color HEX #639E6E Oxley

📋 copy color: '#639E6E'

red 99 ◦ green 158 ◦ blue 110

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

Shades of Oxley #639E6E

Tints of Oxley #639E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 26.98%
G = 43.05%
B = 29.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#639E6E (or 0x639E6E) is known color: Oxley. HEX triplet: 63, 9E and 6E. RGB value is (99,158,110). Sum of RGB (Red+Green+Blue) = 99+158+110=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #639E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E6E is #9C6191. Grayscale: #878787. Windows color (decimal): -10248594 or 7249507. OLE color: 7249507.

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

Color convert

RGB 99 158 110 -
CMYK 0.37 0 0.30 0.38
HSL 131.19º 0.23% 0.5% -
HSV(B) 131.19º 0.37% 0.62% -
XYZ 20.19 28.23 19.14 -
YUV 134.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 99 158 110 0.37 0 0.30 0.38 131.19 0.23 0.5
Hex 63 9E 6E 25 0 1E 26 83 17 32
Octal 143 236 156 45 0 36 46 203 27 62
Binary 1100011 10011110 1101110 100101 0 11110 100110 10000011 10111 110010

Color Harmonies of #639E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E6E

Black with #639E6E

Text Example


Text Example

White with #639E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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