Html Css Color HEX #639678 Oxley

📋 copy color: '#639678'

red 99 ◦ green 150 ◦ blue 120

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

Shades of Oxley #639678

Tints of Oxley #639678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 26.83%
G = 40.65%
B = 32.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#639678 (or 0x639678) is known color: Oxley. HEX triplet: 63, 96 and 78. RGB value is (99,150,120). Sum of RGB (Red+Green+Blue) = 99+150+120=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #639678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639678 is #9C6987. Grayscale: #838383. Windows color (decimal): -10250632 or 7902819. OLE color: 7902819.

HSL color Cylindrical-coordinate representation of color #639678: hue angle of 144.71º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639678 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 120 -
CMYK 0.34 0 0.20 0.41
HSL 144.71º 0.2% 0.49% -
HSV(B) 144.71º 0.34% 0.59% -
XYZ 19.44 25.82 21.73 -
YUV 131.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 99 150 120 0.34 0 0.20 0.41 144.71 0.2 0.49
Hex 63 96 78 22 0 14 29 91 14 31
Octal 143 226 170 42 0 24 51 221 24 61
Binary 1100011 10010110 1111000 100010 0 10100 101001 10010001 10100 110001

Color Harmonies of #639678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639678

Black with #639678

Text Example


Text Example

White with #639678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639678; }

 p { color: rgb(99,150,120); }

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

background-color css

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

 a { background-color: rgb(99,150,120); }

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

border-color css

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

 span { border-color: rgb(99,150,120); }

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