Html Css Color HEX #62986F Oxley

📋 copy color: '#62986F'

red 98 ◦ green 152 ◦ blue 111

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

Shades of Oxley #62986F

Tints of Oxley #62986F

RGB

 RED value IS 98 (38.67% from 255) = 27.15%

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

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 27.15%
G = 42.11%
B = 30.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#62986F (or 0x62986F) is known color: Oxley. HEX triplet: 62, 98 and 6F. RGB value is (98,152,111). Sum of RGB (Red+Green+Blue) = 98+152+111=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #62986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62986F is #9D6790. Grayscale: #838383. Windows color (decimal): -10315665 or 7313506. OLE color: 7313506.

HSL color Cylindrical-coordinate representation of color #62986F: hue angle of 134.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62986F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 152 111 -
CMYK 0.36 0 0.27 0.40
HSL 134.44º 0.22% 0.49% -
HSV(B) 134.44º 0.36% 0.6% -
XYZ 19.13 26.2 19.09 -
YUV 131.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 98 152 111 0.36 0 0.27 0.40 134.44 0.22 0.49
Hex 62 98 6F 24 0 1B 28 86 16 31
Octal 142 230 157 44 0 33 50 206 26 61
Binary 1100010 10011000 1101111 100100 0 11011 101000 10000110 10110 110001

Color Harmonies of #62986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62986F

Black with #62986F

Text Example


Text Example

White with #62986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62986F; }

 p { color: rgb(98,152,111); }

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

background-color css

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

 a { background-color: rgb(98,152,111); }

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

border-color css

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

 span { border-color: rgb(98,152,111); }

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