Html Css Color HEX #62946F Oxley

📋 copy color: '#62946F'

red 98 ◦ green 148 ◦ blue 111

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

Shades of Oxley #62946F

Tints of Oxley #62946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 27.45%
G = 41.46%
B = 31.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#62946F (or 0x62946F) is known color: Oxley. HEX triplet: 62, 94 and 6F. RGB value is (98,148,111). Sum of RGB (Red+Green+Blue) = 98+148+111=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #62946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62946F is #9D6B90. Grayscale: #808080. Windows color (decimal): -10316689 or 7312482. OLE color: 7312482.

HSL color Cylindrical-coordinate representation of color #62946F: hue angle of 135.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62946F is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 111 -
CMYK 0.34 0 0.25 0.42
HSL 135.6º 0.2% 0.48% -
HSV(B) 135.6º 0.34% 0.58% -
XYZ 18.5 24.92 18.87 -
YUV 128.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 98 148 111 0.34 0 0.25 0.42 135.6 0.2 0.48
Hex 62 94 6F 22 0 19 2A 88 14 30
Octal 142 224 157 42 0 31 52 210 24 60
Binary 1100010 10010100 1101111 100010 0 11001 101010 10001000 10100 110000

Color Harmonies of #62946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62946F

Black with #62946F

Text Example


Text Example

White with #62946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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