Html Css Color HEX #639976 Oxley

📋 copy color: '#639976'

red 99 ◦ green 153 ◦ blue 118

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

Shades of Oxley #639976

Tints of Oxley #639976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 26.76%
G = 41.35%
B = 31.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#639976 (or 0x639976) is known color: Oxley. HEX triplet: 63, 99 and 76. RGB value is (99,153,118). Sum of RGB (Red+Green+Blue) = 99+153+118=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #639976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639976 is #9C6689. Grayscale: #848484. Windows color (decimal): -10249866 or 7772515. OLE color: 7772515.

HSL color Cylindrical-coordinate representation of color #639976: hue angle of 141.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639976 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 118 -
CMYK 0.35 0 0.23 0.4
HSL 141.11º 0.21% 0.49% -
HSV(B) 141.11º 0.35% 0.6% -
XYZ 19.81 26.74 21.26 -
YUV 132.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 99 153 118 0.35 0 0.23 0.4 141.11 0.21 0.49
Hex 63 99 76 23 0 17 28 8D 15 31
Octal 143 231 166 43 0 27 50 215 25 61
Binary 1100011 10011001 1110110 100011 0 10111 101000 10001101 10101 110001

Color Harmonies of #639976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639976

Black with #639976

Text Example


Text Example

White with #639976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639976; }

 p { color: rgb(99,153,118); }

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

background-color css

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

 a { background-color: rgb(99,153,118); }

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

border-color css

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

 span { border-color: rgb(99,153,118); }

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