Html Css Color HEX #65956F Oxley

📋 copy color: '#65956F'

red 101 ◦ green 149 ◦ blue 111

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

Shades of Oxley #65956F

Tints of Oxley #65956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

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

R = 27.98%
G = 41.27%
B = 30.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#65956F (or 0x65956F) is known color: Oxley. HEX triplet: 65, 95 and 6F. RGB value is (101,149,111). Sum of RGB (Red+Green+Blue) = 101+149+111=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #65956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65956F is #9A6A90. Grayscale: #828282. Windows color (decimal): -10119825 or 7312741. OLE color: 7312741.

HSL color Cylindrical-coordinate representation of color #65956F: hue angle of 132.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65956F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 149 111 -
CMYK 0.32 0 0.26 0.42
HSL 132.5º 0.19% 0.49% -
HSV(B) 132.5º 0.32% 0.58% -
XYZ 18.98 25.41 18.94 -
YUV 130.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 101 149 111 0.32 0 0.26 0.42 132.5 0.19 0.49
Hex 65 95 6F 20 0 1A 2A 84 13 31
Octal 145 225 157 40 0 32 52 204 23 61
Binary 1100101 10010101 1101111 100000 0 11010 101010 10000100 10011 110001

Color Harmonies of #65956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65956F

Black with #65956F

Text Example


Text Example

White with #65956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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