Html Css Color HEX #60986B Oxley

📋 copy color: '#60986B'

red 96 ◦ green 152 ◦ blue 107

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

Shades of Oxley #60986B

Tints of Oxley #60986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 27.04%
G = 42.82%
B = 30.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#60986B (or 0x60986B) is known color: Oxley. HEX triplet: 60, 98 and 6B. RGB value is (96,152,107). Sum of RGB (Red+Green+Blue) = 96+152+107=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #60986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60986B is #9F6794. Grayscale: #828282. Windows color (decimal): -10446741 or 7051360. OLE color: 7051360.

HSL color Cylindrical-coordinate representation of color #60986B: hue angle of 131.79º 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 #60986B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 107 -
CMYK 0.37 0 0.30 0.40
HSL 131.79º 0.23% 0.49% -
HSV(B) 131.79º 0.37% 0.6% -
XYZ 18.71 26 17.94 -
YUV 130.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 96 152 107 0.37 0 0.30 0.40 131.79 0.23 0.49
Hex 60 98 6B 25 0 1E 28 84 17 31
Octal 140 230 153 45 0 36 50 204 27 61
Binary 1100000 10011000 1101011 100101 0 11110 101000 10000100 10111 110001

Color Harmonies of #60986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60986B

Black with #60986B

Text Example


Text Example

White with #60986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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