Html Css Color HEX #65977C Oxley

📋 copy color: '#65977C'

red 101 ◦ green 151 ◦ blue 124

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

Shades of Oxley #65977C

Tints of Oxley #65977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 26.86%
G = 40.16%
B = 32.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#65977C (or 0x65977C) is known color: Oxley. HEX triplet: 65, 97 and 7C. RGB value is (101,151,124). Sum of RGB (Red+Green+Blue) = 101+151+124=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #65977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65977C is #9A6883. Grayscale: #858585. Windows color (decimal): -10119300 or 8165221. OLE color: 8165221.

HSL color Cylindrical-coordinate representation of color #65977C: hue angle of 147.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65977C is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 124 -
CMYK 0.33 0 0.18 0.41
HSL 147.6º 0.2% 0.49% -
HSV(B) 147.6º 0.33% 0.59% -
XYZ 20.07 26.36 23.1 -
YUV 132.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 101 151 124 0.33 0 0.18 0.41 147.6 0.2 0.49
Hex 65 97 7C 21 0 12 29 94 14 31
Octal 145 227 174 41 0 22 51 224 24 61
Binary 1100101 10010111 1111100 100001 0 10010 101001 10010100 10100 110001

Color Harmonies of #65977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65977C

Black with #65977C

Text Example


Text Example

White with #65977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65977C; }

 p { color: rgb(101,151,124); }

 H1.HeaderClassName
 {
   color: #65977C;
 }
 .AnyTagClassName
 {
   color: #65977C;
 }
</style>

background-color css

<style>
 a { background-color: #65977C; }

 a { background-color: rgb(101,151,124); }

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

border-color css

<style>
 span { border-color: #65977C; }

 span { border-color: rgb(101,151,124); }

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