Html Css Color HEX #62966C Oxley

📋 copy color: '#62966C'

red 98 ◦ green 150 ◦ blue 108

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

Shades of Oxley #62966C

Tints of Oxley #62966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

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

R = 27.53%
G = 42.13%
B = 30.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#62966C (or 0x62966C) is known color: Oxley. HEX triplet: 62, 96 and 6C. RGB value is (98,150,108). Sum of RGB (Red+Green+Blue) = 98+150+108=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #62966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62966C is #9D6993. Grayscale: #818181. Windows color (decimal): -10316180 or 7116386. OLE color: 7116386.

HSL color Cylindrical-coordinate representation of color #62966C: hue angle of 131.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62966C is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 150 108 -
CMYK 0.35 0 0.28 0.41
HSL 131.54º 0.21% 0.49% -
HSV(B) 131.54º 0.35% 0.59% -
XYZ 18.65 25.49 18.12 -
YUV 129.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 98 150 108 0.35 0 0.28 0.41 131.54 0.21 0.49
Hex 62 96 6C 23 0 1C 29 84 15 31
Octal 142 226 154 43 0 34 51 204 25 61
Binary 1100010 10010110 1101100 100011 0 11100 101001 10000100 10101 110001

Color Harmonies of #62966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62966C

Black with #62966C

Text Example


Text Example

White with #62966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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