Html Css Color HEX #65936F Oxley

📋 copy color: '#65936F'

red 101 ◦ green 147 ◦ blue 111

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

Shades of Oxley #65936F

Tints of Oxley #65936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 28.13%
G = 40.95%
B = 30.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#65936F (or 0x65936F) is known color: Oxley. HEX triplet: 65, 93 and 6F. RGB value is (101,147,111). Sum of RGB (Red+Green+Blue) = 101+147+111=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #65936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65936F is #9A6C90. Grayscale: #818181. Windows color (decimal): -10120337 or 7312229. OLE color: 7312229.

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

Color convert

RGB 101 147 111 -
CMYK 0.31 0 0.24 0.42
HSL 133.04º 0.19% 0.49% -
HSV(B) 133.04º 0.31% 0.58% -
XYZ 18.67 24.78 18.84 -
YUV 129.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 101 147 111 0.31 0 0.24 0.42 133.04 0.19 0.49
Hex 65 93 6F 1F 0 18 2A 85 13 31
Octal 145 223 157 37 0 30 52 205 23 61
Binary 1100101 10010011 1101111 11111 0 11000 101010 10000101 10011 110001

Color Harmonies of #65936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65936F

Black with #65936F

Text Example


Text Example

White with #65936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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