Html Css Color HEX #65AD7D Oxley

📋 copy color: '#65AD7D'

red 101 ◦ green 173 ◦ blue 125

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

Shades of Oxley #65AD7D

Tints of Oxley #65AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 25.31%
G = 43.36%
B = 31.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#65AD7D (or 0x65AD7D) is known color: Oxley. HEX triplet: 65, AD and 7D. RGB value is (101,173,125). Sum of RGB (Red+Green+Blue) = 101+173+125=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD7D is #9A5282. Grayscale: #929292. Windows color (decimal): -10113667 or 8236389. OLE color: 8236389.

HSL color Cylindrical-coordinate representation of color #65AD7D: hue angle of 140º 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 #65AD7D is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 173 125 -
CMYK 0.42 0 0.28 0.32
HSL 140º 0.31% 0.54% -
HSV(B) 140º 0.42% 0.68% -
XYZ 24.01 34.13 24.73 -
YUV 146 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 101 173 125 0.42 0 0.28 0.32 140 0.31 0.54
Hex 65 AD 7D 2A 0 1C 20 8C 1F 36
Octal 145 255 175 52 0 34 40 214 37 66
Binary 1100101 10101101 1111101 101010 0 11100 100000 10001100 11111 110110

Color Harmonies of #65AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AD7D

Black with #65AD7D

Text Example


Text Example

White with #65AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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