Html Css Color HEX #65A16C Oxley

📋 copy color: '#65A16C'

red 101 ◦ green 161 ◦ blue 108

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

Shades of Oxley #65A16C

Tints of Oxley #65A16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.51%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 27.3%
G = 43.51%
B = 29.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#65A16C (or 0x65A16C) is known color: Oxley. HEX triplet: 65, A1 and 6C. RGB value is (101,161,108). Sum of RGB (Red+Green+Blue) = 101+161+108=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #65A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A16C is #9A5E93. Grayscale: #898989. Windows color (decimal): -10116756 or 7119205. OLE color: 7119205.

HSL color Cylindrical-coordinate representation of color #65A16C: hue angle of 127º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65A16C is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 161 108 -
CMYK 0.37 0 0.33 0.37
HSL 127º 0.24% 0.51% -
HSV(B) 127º 0.37% 0.63% -
XYZ 20.82 29.34 18.75 -
YUV 137.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 101 161 108 0.37 0 0.33 0.37 127 0.24 0.51
Hex 65 A1 6C 25 0 21 25 7F 18 33
Octal 145 241 154 45 0 41 45 177 30 63
Binary 1100101 10100001 1101100 100101 0 100001 100101 1111111 11000 110011

Color Harmonies of #65A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A16C

Black with #65A16C

Text Example


Text Example

White with #65A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,161,108); }

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

background-color css

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

 a { background-color: rgb(101,161,108); }

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

border-color css

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

 span { border-color: rgb(101,161,108); }

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