Html Css Color HEX #65AA75 Oxley

📋 copy color: '#65AA75'

red 101 ◦ green 170 ◦ blue 117

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

Shades of Oxley #65AA75

Tints of Oxley #65AA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

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

R = 26.03%
G = 43.81%
B = 30.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#65AA75 (or 0x65AA75) is known color: Oxley. HEX triplet: 65, AA and 75. RGB value is (101,170,117). Sum of RGB (Red+Green+Blue) = 101+170+117=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA75 is #9A558A. Grayscale: #8F8F8F. Windows color (decimal): -10114443 or 7711333. OLE color: 7711333.

HSL color Cylindrical-coordinate representation of color #65AA75: hue angle of 133.91º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AA75 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 170 117 -
CMYK 0.41 0 0.31 0.33
HSL 133.91º 0.29% 0.53% -
HSV(B) 133.91º 0.41% 0.67% -
XYZ 22.95 32.8 21.95 -
YUV 143.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 101 170 117 0.41 0 0.31 0.33 133.91 0.29 0.53
Hex 65 AA 75 29 0 1F 21 86 1D 35
Octal 145 252 165 51 0 37 41 206 35 65
Binary 1100101 10101010 1110101 101001 0 11111 100001 10000110 11101 110101

Color Harmonies of #65AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AA75

Black with #65AA75

Text Example


Text Example

White with #65AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,170,117); }

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

background-color css

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

 a { background-color: rgb(101,170,117); }

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

border-color css

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

 span { border-color: rgb(101,170,117); }

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