Html Css Color HEX #65996F Oxley

📋 copy color: '#65996F'

red 101 ◦ green 153 ◦ blue 111

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

Shades of Oxley #65996F

Tints of Oxley #65996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 27.67%
G = 41.92%
B = 30.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#65996F (or 0x65996F) is known color: Oxley. HEX triplet: 65, 99 and 6F. RGB value is (101,153,111). Sum of RGB (Red+Green+Blue) = 101+153+111=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #65996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65996F is #9A6690. Grayscale: #848484. Windows color (decimal): -10118801 or 7313765. OLE color: 7313765.

HSL color Cylindrical-coordinate representation of color #65996F: hue angle of 131.54º 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 #65996F is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 111 -
CMYK 0.34 0 0.27 0.4
HSL 131.54º 0.2% 0.5% -
HSV(B) 131.54º 0.34% 0.6% -
XYZ 19.63 26.7 19.16 -
YUV 132.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 101 153 111 0.34 0 0.27 0.4 131.54 0.2 0.5
Hex 65 99 6F 22 0 1B 28 84 14 32
Octal 145 231 157 42 0 33 50 204 24 62
Binary 1100101 10011001 1101111 100010 0 11011 101000 10000100 10100 110010

Color Harmonies of #65996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65996F

Black with #65996F

Text Example


Text Example

White with #65996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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