Html Css Color HEX #65A179 Oxley

📋 copy color: '#65A179'

red 101 ◦ green 161 ◦ blue 121

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

Shades of Oxley #65A179

Tints of Oxley #65A179

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 26.37%
G = 42.04%
B = 31.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#65A179 (or 0x65A179) is known color: Oxley. HEX triplet: 65, A1 and 79. RGB value is (101,161,121). Sum of RGB (Red+Green+Blue) = 101+161+121=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #65A179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A179 is #9A5E86. Grayscale: #8A8A8A. Windows color (decimal): -10116743 or 7971173. OLE color: 7971173.

HSL color Cylindrical-coordinate representation of color #65A179: hue angle of 140º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65A179 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 161 121 -
CMYK 0.37 0 0.25 0.37
HSL 140º 0.24% 0.51% -
HSV(B) 140º 0.37% 0.63% -
XYZ 21.56 29.64 22.67 -
YUV 138.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 101 161 121 0.37 0 0.25 0.37 140 0.24 0.51
Hex 65 A1 79 25 0 19 25 8C 18 33
Octal 145 241 171 45 0 31 45 214 30 63
Binary 1100101 10100001 1111001 100101 0 11001 100101 10001100 11000 110011

Color Harmonies of #65A179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A179

Black with #65A179

Text Example


Text Example

White with #65A179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A179; }

 p { color: rgb(101,161,121); }

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

background-color css

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

 a { background-color: rgb(101,161,121); }

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

border-color css

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

 span { border-color: rgb(101,161,121); }

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