Html Css Color HEX #62960F Olive Drab

📋 copy color: '#62960F'

red 98 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #62960F

Tints of Olive Drab #62960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 37.26%
G = 57.03%
B = 5.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#62960F (or 0x62960F) is known color: Olive Drab. HEX triplet: 62, 96 and 0F. RGB value is (98,150,15). Sum of RGB (Red+Green+Blue) = 98+150+15=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #62960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62960F is #9D69F0. Grayscale: #777777. Windows color (decimal): -10316273 or 1021538. OLE color: 1021538.

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

Color convert

RGB 98 150 15 -
CMYK 0.35 0 0.9 0.41
HSL 83.11º 0.82% 0.32% -
HSV(B) 83.11º 0.9% 0.59% -
XYZ 16.03 24.44 4.33 -
YUV 119.06 69.27 112.98 -
System Red Green Blue C M Y K H S L
Decimal 98 150 15 0.35 0 0.9 0.41 83.11 0.82 0.32
Hex 62 96 F 23 0 5A 29 53 52 20
Octal 142 226 17 43 0 132 51 123 122 40
Binary 1100010 10010110 1111 100011 0 1011010 101001 1010011 1010010 100000

Color Harmonies of #62960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62960F

Black with #62960F

Text Example


Text Example

White with #62960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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