Html Css Color HEX #62986C Oxley

📋 copy color: '#62986C'

red 98 ◦ green 152 ◦ blue 108

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

Shades of Oxley #62986C

Tints of Oxley #62986C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 27.37%
G = 42.46%
B = 30.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#62986C (or 0x62986C) is known color: Oxley. HEX triplet: 62, 98 and 6C. RGB value is (98,152,108). Sum of RGB (Red+Green+Blue) = 98+152+108=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #62986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62986C is #9D6793. Grayscale: #828282. Windows color (decimal): -10315668 or 7116898. OLE color: 7116898.

HSL color Cylindrical-coordinate representation of color #62986C: hue angle of 131.11º 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 #62986C is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 152 108 -
CMYK 0.36 0 0.29 0.40
HSL 131.11º 0.22% 0.49% -
HSV(B) 131.11º 0.36% 0.6% -
XYZ 18.97 26.14 18.23 -
YUV 130.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 98 152 108 0.36 0 0.29 0.40 131.11 0.22 0.49
Hex 62 98 6C 24 0 1D 28 83 16 31
Octal 142 230 154 44 0 35 50 203 26 61
Binary 1100010 10011000 1101100 100100 0 11101 101000 10000011 10110 110001

Color Harmonies of #62986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62986C

Black with #62986C

Text Example


Text Example

White with #62986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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