Html Css Color HEX #659378 Oxley

📋 copy color: '#659378'

red 101 ◦ green 147 ◦ blue 120

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

Shades of Oxley #659378

Tints of Oxley #659378

RGB

 RED value IS 101 (39.84% from 255) = 27.45%

 GREEN value IS 147 (57.81% from 255) = 39.95%

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

R = 27.45%
G = 39.95%
B = 32.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#659378 (or 0x659378) is known color: Oxley. HEX triplet: 65, 93 and 78. RGB value is (101,147,120). Sum of RGB (Red+Green+Blue) = 101+147+120=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #659378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659378 is #9A6C87. Grayscale: #828282. Windows color (decimal): -10120328 or 7902053. OLE color: 7902053.

HSL color Cylindrical-coordinate representation of color #659378: hue angle of 144.78º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659378 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 120 -
CMYK 0.31 0 0.18 0.42
HSL 144.78º 0.19% 0.49% -
HSV(B) 144.78º 0.31% 0.58% -
XYZ 19.19 24.99 21.58 -
YUV 130.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 101 147 120 0.31 0 0.18 0.42 144.78 0.19 0.49
Hex 65 93 78 1F 0 12 2A 91 13 31
Octal 145 223 170 37 0 22 52 221 23 61
Binary 1100101 10010011 1111000 11111 0 10010 101010 10010001 10011 110001

Color Harmonies of #659378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659378

Black with #659378

Text Example


Text Example

White with #659378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659378; }

 p { color: rgb(101,147,120); }

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

background-color css

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

 a { background-color: rgb(101,147,120); }

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

border-color css

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

 span { border-color: rgb(101,147,120); }

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