Html Css Color HEX #65997B Oxley

📋 copy color: '#65997B'

red 101 ◦ green 153 ◦ blue 123

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

Shades of Oxley #65997B

Tints of Oxley #65997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

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

R = 26.79%
G = 40.58%
B = 32.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#65997B (or 0x65997B) is known color: Oxley. HEX triplet: 65, 99 and 7B. RGB value is (101,153,123). Sum of RGB (Red+Green+Blue) = 101+153+123=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #65997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65997B is #9A6684. Grayscale: #868686. Windows color (decimal): -10118789 or 8100197. OLE color: 8100197.

HSL color Cylindrical-coordinate representation of color #65997B: hue angle of 145.38º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65997B is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 123 -
CMYK 0.34 0 0.20 0.4
HSL 145.38º 0.2% 0.5% -
HSV(B) 145.38º 0.34% 0.6% -
XYZ 20.33 26.98 22.87 -
YUV 134.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 101 153 123 0.34 0 0.20 0.4 145.38 0.2 0.5
Hex 65 99 7B 22 0 14 28 91 14 32
Octal 145 231 173 42 0 24 50 221 24 62
Binary 1100101 10011001 1111011 100010 0 10100 101000 10010001 10100 110010

Color Harmonies of #65997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65997B

Black with #65997B

Text Example


Text Example

White with #65997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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