Html Css Color HEX #65A97E Oxley

📋 copy color: '#65A97E'

red 101 ◦ green 169 ◦ blue 126

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

Shades of Oxley #65A97E

Tints of Oxley #65A97E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.68%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 25.51%
G = 42.68%
B = 31.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#65A97E (or 0x65A97E) is known color: Oxley. HEX triplet: 65, A9 and 7E. RGB value is (101,169,126). Sum of RGB (Red+Green+Blue) = 101+169+126=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #65A97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A97E is #9A5681. Grayscale: #8F8F8F. Windows color (decimal): -10114690 or 8300901. OLE color: 8300901.

HSL color Cylindrical-coordinate representation of color #65A97E: hue angle of 142.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A97E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 101 169 126 -
CMYK 0.40 0 0.25 0.34
HSL 142.06º 0.28% 0.53% -
HSV(B) 142.06º 0.4% 0.66% -
XYZ 23.32 32.65 24.81 -
YUV 143.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 101 169 126 0.40 0 0.25 0.34 142.06 0.28 0.53
Hex 65 A9 7E 28 0 19 22 8E 1C 35
Octal 145 251 176 50 0 31 42 216 34 65
Binary 1100101 10101001 1111110 101000 0 11001 100010 10001110 11100 110101

Color Harmonies of #65A97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A97E

Black with #65A97E

Text Example


Text Example

White with #65A97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,169,126); }

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

background-color css

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

 a { background-color: rgb(101,169,126); }

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

border-color css

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

 span { border-color: rgb(101,169,126); }

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