Html Css Color HEX #65997D Oxley

📋 copy color: '#65997D'

red 101 ◦ green 153 ◦ blue 125

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

Shades of Oxley #65997D

Tints of Oxley #65997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 26.65%
G = 40.37%
B = 32.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#65997D (or 0x65997D) is known color: Oxley. HEX triplet: 65, 99 and 7D. RGB value is (101,153,125). Sum of RGB (Red+Green+Blue) = 101+153+125=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #65997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65997D is #9A6682. Grayscale: #868686. Windows color (decimal): -10118787 or 8231269. OLE color: 8231269.

HSL color Cylindrical-coordinate representation of color #65997D: hue angle of 147.69º 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 #65997D is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 125 -
CMYK 0.34 0 0.18 0.4
HSL 147.69º 0.2% 0.5% -
HSV(B) 147.69º 0.34% 0.6% -
XYZ 20.46 27.03 23.54 -
YUV 134.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 101 153 125 0.34 0 0.18 0.4 147.69 0.2 0.5
Hex 65 99 7D 22 0 12 28 94 14 32
Octal 145 231 175 42 0 22 50 224 24 62
Binary 1100101 10011001 1111101 100010 0 10010 101000 10010100 10100 110010

Color Harmonies of #65997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65997D

Black with #65997D

Text Example


Text Example

White with #65997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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