Html Css Color HEX #639875 Oxley

📋 copy color: '#639875'

red 99 ◦ green 152 ◦ blue 117

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

Shades of Oxley #639875

Tints of Oxley #639875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 26.9%
G = 41.3%
B = 31.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#639875 (or 0x639875) is known color: Oxley. HEX triplet: 63, 98 and 75. RGB value is (99,152,117). Sum of RGB (Red+Green+Blue) = 99+152+117=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #639875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639875 is #9C678A. Grayscale: #848484. Windows color (decimal): -10250123 or 7706723. OLE color: 7706723.

HSL color Cylindrical-coordinate representation of color #639875: hue angle of 140.38º 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 #639875 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 117 -
CMYK 0.35 0 0.23 0.40
HSL 140.38º 0.21% 0.49% -
HSV(B) 140.38º 0.35% 0.6% -
XYZ 19.58 26.39 20.89 -
YUV 132.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 99 152 117 0.35 0 0.23 0.40 140.38 0.21 0.49
Hex 63 98 75 23 0 17 28 8C 15 31
Octal 143 230 165 43 0 27 50 214 25 61
Binary 1100011 10011000 1110101 100011 0 10111 101000 10001100 10101 110001

Color Harmonies of #639875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639875

Black with #639875

Text Example


Text Example

White with #639875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639875; }

 p { color: rgb(99,152,117); }

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

background-color css

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

 a { background-color: rgb(99,152,117); }

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

border-color css

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

 span { border-color: rgb(99,152,117); }

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