Html Css Color HEX #639F6D Oxley

📋 copy color: '#639F6D'

red 99 ◦ green 159 ◦ blue 109

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

Shades of Oxley #639F6D

Tints of Oxley #639F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 26.98%
G = 43.32%
B = 29.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#639F6D (or 0x639F6D) is known color: Oxley. HEX triplet: 63, 9F and 6D. RGB value is (99,159,109). Sum of RGB (Red+Green+Blue) = 99+159+109=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #639F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F6D is #9C6092. Grayscale: #878787. Windows color (decimal): -10248339 or 7184227. OLE color: 7184227.

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

Color convert

RGB 99 159 109 -
CMYK 0.38 0 0.31 0.38
HSL 130º 0.24% 0.51% -
HSV(B) 130º 0.38% 0.62% -
XYZ 20.3 28.55 18.91 -
YUV 135.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 99 159 109 0.38 0 0.31 0.38 130 0.24 0.51
Hex 63 9F 6D 26 0 1F 26 82 18 33
Octal 143 237 155 46 0 37 46 202 30 63
Binary 1100011 10011111 1101101 100110 0 11111 100110 10000010 11000 110011

Color Harmonies of #639F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639F6D

Black with #639F6D

Text Example


Text Example

White with #639F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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