Html Css Color HEX #60986E Oxley

📋 copy color: '#60986E'

red 96 ◦ green 152 ◦ blue 110

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

Shades of Oxley #60986E

Tints of Oxley #60986E

RGB

 RED value IS 96 (37.89% from 255) = 26.82%

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

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 26.82%
G = 42.46%
B = 30.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#60986E (or 0x60986E) is known color: Oxley. HEX triplet: 60, 98 and 6E. RGB value is (96,152,110). Sum of RGB (Red+Green+Blue) = 96+152+110=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #60986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60986E is #9F6791. Grayscale: #828282. Windows color (decimal): -10446738 or 7247968. OLE color: 7247968.

HSL color Cylindrical-coordinate representation of color #60986E: hue angle of 135º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60986E is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 110 -
CMYK 0.37 0 0.28 0.40
HSL 135º 0.23% 0.49% -
HSV(B) 135º 0.37% 0.6% -
XYZ 18.87 26.07 18.79 -
YUV 130.47 116.45 103.42 -
System Red Green Blue C M Y K H S L
Decimal 96 152 110 0.37 0 0.28 0.40 135 0.23 0.49
Hex 60 98 6E 25 0 1C 28 87 17 31
Octal 140 230 156 45 0 34 50 207 27 61
Binary 1100000 10011000 1101110 100101 0 11100 101000 10000111 10111 110001

Color Harmonies of #60986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60986E

Black with #60986E

Text Example


Text Example

White with #60986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60986E; }

 p { color: rgb(96,152,110); }

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

background-color css

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

 a { background-color: rgb(96,152,110); }

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

border-color css

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

 span { border-color: rgb(96,152,110); }

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