Html Css Color HEX #62950F Olive Drab

📋 copy color: '#62950F'

red 98 ◦ green 149 ◦ blue 15

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

Shades of Olive Drab #62950F

Tints of Olive Drab #62950F

RGB

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

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

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

R = 37.4%
G = 56.87%
B = 5.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#62950F (or 0x62950F) is known color: Olive Drab. HEX triplet: 62, 95 and 0F. RGB value is (98,149,15). Sum of RGB (Red+Green+Blue) = 98+149+15=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #62950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62950F is #9D6AF0. Grayscale: #767676. Windows color (decimal): -10316529 or 1021282. OLE color: 1021282.

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

Color convert

RGB 98 149 15 -
CMYK 0.34 0 0.90 0.42
HSL 82.84º 0.82% 0.32% -
HSV(B) 82.84º 0.9% 0.58% -
XYZ 15.87 24.13 4.27 -
YUV 118.48 69.6 113.4 -
System Red Green Blue C M Y K H S L
Decimal 98 149 15 0.34 0 0.90 0.42 82.84 0.82 0.32
Hex 62 95 F 22 0 5A 2A 53 52 20
Octal 142 225 17 42 0 132 52 123 122 40
Binary 1100010 10010101 1111 100010 0 1011010 101010 1010011 1010010 100000

Color Harmonies of #62950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62950F

Black with #62950F

Text Example


Text Example

White with #62950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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