Html Css Color HEX #65977A Oxley

📋 copy color: '#65977A'

red 101 ◦ green 151 ◦ blue 122

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

Shades of Oxley #65977A

Tints of Oxley #65977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 27.01%
G = 40.37%
B = 32.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#65977A (or 0x65977A) is known color: Oxley. HEX triplet: 65, 97 and 7A. RGB value is (101,151,122). Sum of RGB (Red+Green+Blue) = 101+151+122=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #65977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65977A is #9A6885. Grayscale: #848484. Windows color (decimal): -10119302 or 8034149. OLE color: 8034149.

HSL color Cylindrical-coordinate representation of color #65977A: hue angle of 145.2º 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 #65977A is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 122 -
CMYK 0.33 0 0.19 0.41
HSL 145.2º 0.2% 0.49% -
HSV(B) 145.2º 0.33% 0.59% -
XYZ 19.95 26.31 22.44 -
YUV 132.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 101 151 122 0.33 0 0.19 0.41 145.2 0.2 0.49
Hex 65 97 7A 21 0 13 29 91 14 31
Octal 145 227 172 41 0 23 51 221 24 61
Binary 1100101 10010111 1111010 100001 0 10011 101001 10010001 10100 110001

Color Harmonies of #65977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65977A

Black with #65977A

Text Example


Text Example

White with #65977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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