Html Css Color HEX #62950C Olive Drab

📋 copy color: '#62950C'

red 98 ◦ green 149 ◦ blue 12

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

Shades of Olive Drab #62950C

Tints of Olive Drab #62950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.53%

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 37.84%
G = 57.53%
B = 4.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#62950C (or 0x62950C) is known color: Olive Drab. HEX triplet: 62, 95 and 0C. RGB value is (98,149,12). Sum of RGB (Red+Green+Blue) = 98+149+12=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #62950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62950C is #9D6AF3. Grayscale: #767676. Windows color (decimal): -10316532 or 824674. OLE color: 824674.

HSL color Cylindrical-coordinate representation of color #62950C: hue angle of 82.34º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62950C is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 149 12 -
CMYK 0.34 0 0.92 0.42
HSL 82.34º 0.85% 0.32% -
HSV(B) 82.34º 0.92% 0.58% -
XYZ 15.85 24.12 4.17 -
YUV 118.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 98 149 12 0.34 0 0.92 0.42 82.34 0.85 0.32
Hex 62 95 C 22 0 5C 2A 52 55 20
Octal 142 225 14 42 0 134 52 122 125 40
Binary 1100010 10010101 1100 100010 0 1011100 101010 1010010 1010101 100000

Color Harmonies of #62950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62950C

Black with #62950C

Text Example


Text Example

White with #62950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,149,12); }

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

background-color css

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

 a { background-color: rgb(98,149,12); }

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

border-color css

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

 span { border-color: rgb(98,149,12); }

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