Html Css Color HEX #62996F Oxley

📋 copy color: '#62996F'

red 98 ◦ green 153 ◦ blue 111

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

Shades of Oxley #62996F

Tints of Oxley #62996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 27.07%
G = 42.27%
B = 30.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#62996F (or 0x62996F) is known color: Oxley. HEX triplet: 62, 99 and 6F. RGB value is (98,153,111). Sum of RGB (Red+Green+Blue) = 98+153+111=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #62996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62996F is #9D6690. Grayscale: #838383. Windows color (decimal): -10315409 or 7313762. OLE color: 7313762.

HSL color Cylindrical-coordinate representation of color #62996F: hue angle of 134.18º 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 #62996F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 153 111 -
CMYK 0.36 0 0.27 0.4
HSL 134.18º 0.22% 0.49% -
HSV(B) 134.18º 0.36% 0.6% -
XYZ 19.3 26.53 19.14 -
YUV 131.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 98 153 111 0.36 0 0.27 0.4 134.18 0.22 0.49
Hex 62 99 6F 24 0 1B 28 86 16 31
Octal 142 231 157 44 0 33 50 206 26 61
Binary 1100010 10011001 1101111 100100 0 11011 101000 10000110 10110 110001

Color Harmonies of #62996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62996F

Black with #62996F

Text Example


Text Example

White with #62996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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