Html Css Color HEX #65957B Oxley

📋 copy color: '#65957B'

red 101 ◦ green 149 ◦ blue 123

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

Shades of Oxley #65957B

Tints of Oxley #65957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 27.08%
G = 39.95%
B = 32.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#65957B (or 0x65957B) is known color: Oxley. HEX triplet: 65, 95 and 7B. RGB value is (101,149,123). Sum of RGB (Red+Green+Blue) = 101+149+123=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #65957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65957B is #9A6A84. Grayscale: #838383. Windows color (decimal): -10119813 or 8099173. OLE color: 8099173.

HSL color Cylindrical-coordinate representation of color #65957B: hue angle of 147.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 #65957B is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 149 123 -
CMYK 0.32 0 0.17 0.42
HSL 147.5º 0.19% 0.49% -
HSV(B) 147.5º 0.32% 0.58% -
XYZ 19.69 25.69 22.66 -
YUV 131.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 101 149 123 0.32 0 0.17 0.42 147.5 0.19 0.49
Hex 65 95 7B 20 0 11 2A 94 13 31
Octal 145 225 173 40 0 21 52 224 23 61
Binary 1100101 10010101 1111011 100000 0 10001 101010 10010100 10011 110001

Color Harmonies of #65957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65957B

Black with #65957B

Text Example


Text Example

White with #65957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65957B; }

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

 H1.HeaderClassName
 {
   color: #65957B;
 }
 .AnyTagClassName
 {
   color: #65957B;
 }
</style>

background-color css

<style>
 a { background-color: #65957B; }

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

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

border-color css

<style>
 span { border-color: #65957B; }

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

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