Html Css Color HEX #639E6D Oxley

📋 copy color: '#639E6D'

red 99 ◦ green 158 ◦ blue 109

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

Shades of Oxley #639E6D

Tints of Oxley #639E6D

RGB

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

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

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

R = 27.05%
G = 43.17%
B = 29.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#639E6D (or 0x639E6D) is known color: Oxley. HEX triplet: 63, 9E and 6D. RGB value is (99,158,109). Sum of RGB (Red+Green+Blue) = 99+158+109=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #639E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E6D is #9C6192. Grayscale: #868686. Windows color (decimal): -10248595 or 7183971. OLE color: 7183971.

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

Color convert

RGB 99 158 109 -
CMYK 0.37 0 0.31 0.38
HSL 130.17º 0.23% 0.5% -
HSV(B) 130.17º 0.37% 0.62% -
XYZ 20.13 28.21 18.85 -
YUV 134.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 99 158 109 0.37 0 0.31 0.38 130.17 0.23 0.5
Hex 63 9E 6D 25 0 1F 26 82 17 32
Octal 143 236 155 45 0 37 46 202 27 62
Binary 1100011 10011110 1101101 100101 0 11111 100110 10000010 10111 110010

Color Harmonies of #639E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E6D

Black with #639E6D

Text Example


Text Example

White with #639E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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