Html Css Color HEX #65996D Oxley

📋 copy color: '#65996D'

red 101 ◦ green 153 ◦ blue 109

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

Shades of Oxley #65996D

Tints of Oxley #65996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

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

R = 27.82%
G = 42.15%
B = 30.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#65996D (or 0x65996D) is known color: Oxley. HEX triplet: 65, 99 and 6D. RGB value is (101,153,109). Sum of RGB (Red+Green+Blue) = 101+153+109=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #65996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65996D is #9A6692. Grayscale: #848484. Windows color (decimal): -10118803 or 7182693. OLE color: 7182693.

HSL color Cylindrical-coordinate representation of color #65996D: hue angle of 129.23º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65996D is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 109 -
CMYK 0.34 0 0.29 0.4
HSL 129.23º 0.2% 0.5% -
HSV(B) 129.23º 0.34% 0.6% -
XYZ 19.52 26.65 18.58 -
YUV 132.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 101 153 109 0.34 0 0.29 0.4 129.23 0.2 0.5
Hex 65 99 6D 22 0 1D 28 81 14 32
Octal 145 231 155 42 0 35 50 201 24 62
Binary 1100101 10011001 1101101 100010 0 11101 101000 10000001 10100 110010

Color Harmonies of #65996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65996D

Black with #65996D

Text Example


Text Example

White with #65996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65996D; }

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

 H1.HeaderClassName
 {
   color: #65996D;
 }
 .AnyTagClassName
 {
   color: #65996D;
 }
</style>

background-color css

<style>
 a { background-color: #65996D; }

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

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

border-color css

<style>
 span { border-color: #65996D; }

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

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