Html Css Color HEX #65A26D Oxley

📋 copy color: '#65A26D'

red 101 ◦ green 162 ◦ blue 109

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

Shades of Oxley #65A26D

Tints of Oxley #65A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.55%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 27.15%
G = 43.55%
B = 29.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#65A26D (or 0x65A26D) is known color: Oxley. HEX triplet: 65, A2 and 6D. RGB value is (101,162,109). Sum of RGB (Red+Green+Blue) = 101+162+109=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #65A26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A26D is #9A5D92. Grayscale: #898989. Windows color (decimal): -10116499 or 7184997. OLE color: 7184997.

HSL color Cylindrical-coordinate representation of color #65A26D: hue angle of 127.87º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A26D is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 162 109 -
CMYK 0.38 0 0.33 0.36
HSL 127.87º 0.25% 0.52% -
HSV(B) 127.87º 0.38% 0.64% -
XYZ 21.05 29.71 19.09 -
YUV 137.72 111.79 101.81 -
System Red Green Blue C M Y K H S L
Decimal 101 162 109 0.38 0 0.33 0.36 127.87 0.25 0.52
Hex 65 A2 6D 26 0 21 24 80 19 34
Octal 145 242 155 46 0 41 44 200 31 64
Binary 1100101 10100010 1101101 100110 0 100001 100100 10000000 11001 110100

Color Harmonies of #65A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A26D

Black with #65A26D

Text Example


Text Example

White with #65A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,162,109); }

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

background-color css

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

 a { background-color: rgb(101,162,109); }

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

border-color css

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

 span { border-color: rgb(101,162,109); }

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