Html Css Color HEX #65987C Oxley

📋 copy color: '#65987C'

red 101 ◦ green 152 ◦ blue 124

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

Shades of Oxley #65987C

Tints of Oxley #65987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

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

R = 26.79%
G = 40.32%
B = 32.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#65987C (or 0x65987C) is known color: Oxley. HEX triplet: 65, 98 and 7C. RGB value is (101,152,124). Sum of RGB (Red+Green+Blue) = 101+152+124=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #65987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65987C is #9A6783. Grayscale: #858585. Windows color (decimal): -10119044 or 8165477. OLE color: 8165477.

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

Color convert

RGB 101 152 124 -
CMYK 0.34 0 0.18 0.40
HSL 147.06º 0.2% 0.5% -
HSV(B) 147.06º 0.34% 0.6% -
XYZ 20.23 26.68 23.15 -
YUV 133.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 101 152 124 0.34 0 0.18 0.40 147.06 0.2 0.5
Hex 65 98 7C 22 0 12 28 93 14 32
Octal 145 230 174 42 0 22 50 223 24 62
Binary 1100101 10011000 1111100 100010 0 10010 101000 10010011 10100 110010

Color Harmonies of #65987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65987C

Black with #65987C

Text Example


Text Example

White with #65987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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