Html Css Color HEX #65A17A Oxley

📋 copy color: '#65A17A'

red 101 ◦ green 161 ◦ blue 122

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

Shades of Oxley #65A17A

Tints of Oxley #65A17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 26.3%
G = 41.93%
B = 31.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#65A17A (or 0x65A17A) is known color: Oxley. HEX triplet: 65, A1 and 7A. RGB value is (101,161,122). Sum of RGB (Red+Green+Blue) = 101+161+122=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #65A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A17A is #9A5E85. Grayscale: #8A8A8A. Windows color (decimal): -10116742 or 8036709. OLE color: 8036709.

HSL color Cylindrical-coordinate representation of color #65A17A: hue angle of 141º 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 #65A17A is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 161 122 -
CMYK 0.37 0 0.24 0.37
HSL 141º 0.24% 0.51% -
HSV(B) 141º 0.37% 0.63% -
XYZ 21.62 29.66 23 -
YUV 138.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 101 161 122 0.37 0 0.24 0.37 141 0.24 0.51
Hex 65 A1 7A 25 0 18 25 8D 18 33
Octal 145 241 172 45 0 30 45 215 30 63
Binary 1100101 10100001 1111010 100101 0 11000 100101 10001101 11000 110011

Color Harmonies of #65A17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A17A

Black with #65A17A

Text Example


Text Example

White with #65A17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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