Html Css Color HEX #65AD79 Oxley

📋 copy color: '#65AD79'

red 101 ◦ green 173 ◦ blue 121

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

Shades of Oxley #65AD79

Tints of Oxley #65AD79

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.8%

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

R = 25.57%
G = 43.8%
B = 30.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#65AD79 (or 0x65AD79) is known color: Oxley. HEX triplet: 65, AD and 79. RGB value is (101,173,121). Sum of RGB (Red+Green+Blue) = 101+173+121=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD79 is #9A5286. Grayscale: #919191. Windows color (decimal): -10113671 or 7974245. OLE color: 7974245.

HSL color Cylindrical-coordinate representation of color #65AD79: hue angle of 136.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD79 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 173 121 -
CMYK 0.42 0 0.30 0.32
HSL 136.67º 0.31% 0.54% -
HSV(B) 136.67º 0.42% 0.68% -
XYZ 23.76 34.03 23.41 -
YUV 145.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 101 173 121 0.42 0 0.30 0.32 136.67 0.31 0.54
Hex 65 AD 79 2A 0 1E 20 89 1F 36
Octal 145 255 171 52 0 36 40 211 37 66
Binary 1100101 10101101 1111001 101010 0 11110 100000 10001001 11111 110110

Color Harmonies of #65AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AD79

Black with #65AD79

Text Example


Text Example

White with #65AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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