Html Css Color HEX #659872 Oxley

📋 copy color: '#659872'

red 101 ◦ green 152 ◦ blue 114

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

Shades of Oxley #659872

Tints of Oxley #659872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 27.52%
G = 41.42%
B = 31.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#659872 (or 0x659872) is known color: Oxley. HEX triplet: 65, 98 and 72. RGB value is (101,152,114). Sum of RGB (Red+Green+Blue) = 101+152+114=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #659872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659872 is #9A678D. Grayscale: #848484. Windows color (decimal): -10119054 or 7510117. OLE color: 7510117.

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

Color convert

RGB 101 152 114 -
CMYK 0.34 0 0.25 0.40
HSL 135.29º 0.2% 0.5% -
HSV(B) 135.29º 0.34% 0.6% -
XYZ 19.63 26.44 19.99 -
YUV 132.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 101 152 114 0.34 0 0.25 0.40 135.29 0.2 0.5
Hex 65 98 72 22 0 19 28 87 14 32
Octal 145 230 162 42 0 31 50 207 24 62
Binary 1100101 10011000 1110010 100010 0 11001 101000 10000111 10100 110010

Color Harmonies of #659872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659872

Black with #659872

Text Example


Text Example

White with #659872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659872; }

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

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

background-color css

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

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

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

border-color css

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

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

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