Html Css Color HEX #62960C Olive Drab

📋 copy color: '#62960C'

red 98 ◦ green 150 ◦ blue 12

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

Shades of Olive Drab #62960C

Tints of Olive Drab #62960C

RGB

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

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

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

R = 37.69%
G = 57.69%
B = 4.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#62960C (or 0x62960C) is known color: Olive Drab. HEX triplet: 62, 96 and 0C. RGB value is (98,150,12). Sum of RGB (Red+Green+Blue) = 98+150+12=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #62960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62960C is #9D69F3. Grayscale: #777777. Windows color (decimal): -10316276 or 824930. OLE color: 824930.

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

Color convert

RGB 98 150 12 -
CMYK 0.35 0 0.92 0.41
HSL 82.61º 0.85% 0.32% -
HSV(B) 82.61º 0.92% 0.59% -
XYZ 16.01 24.44 4.22 -
YUV 118.72 67.77 113.22 -
System Red Green Blue C M Y K H S L
Decimal 98 150 12 0.35 0 0.92 0.41 82.61 0.85 0.32
Hex 62 96 C 23 0 5C 29 53 55 20
Octal 142 226 14 43 0 134 51 123 125 40
Binary 1100010 10010110 1100 100011 0 1011100 101001 1010011 1010101 100000

Color Harmonies of #62960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62960C

Black with #62960C

Text Example


Text Example

White with #62960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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