Html Css Color HEX #60986D Oxley

📋 copy color: '#60986D'

red 96 ◦ green 152 ◦ blue 109

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

Shades of Oxley #60986D

Tints of Oxley #60986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 26.89%
G = 42.58%
B = 30.53%

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

#60986D (or 0x60986D) is known color: Oxley. HEX triplet: 60, 98 and 6D. RGB value is (96,152,109). Sum of RGB (Red+Green+Blue) = 96+152+109=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #60986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60986D is #9F6792. Grayscale: #828282. Windows color (decimal): -10446739 or 7182432. OLE color: 7182432.

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

Color convert

RGB 96 152 109 -
CMYK 0.37 0 0.28 0.40
HSL 133.93º 0.23% 0.49% -
HSV(B) 133.93º 0.37% 0.6% -
XYZ 18.81 26.05 18.5 -
YUV 130.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 96 152 109 0.37 0 0.28 0.40 133.93 0.23 0.49
Hex 60 98 6D 25 0 1C 28 86 17 31
Octal 140 230 155 45 0 34 50 206 27 61
Binary 1100000 10011000 1101101 100101 0 11100 101000 10000110 10111 110001

Color Harmonies of #60986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60986D

Black with #60986D

Text Example


Text Example

White with #60986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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