Html Css Color HEX #62880E Olive Drab

📋 copy color: '#62880E'

red 98 ◦ green 136 ◦ blue 14

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

Shades of Olive Drab #62880E

Tints of Olive Drab #62880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.84%

 BLUE value IS 14 (5.86% from 255) = 5.65%

R = 39.52%
G = 54.84%
B = 5.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#62880E (or 0x62880E) is known color: Olive Drab. HEX triplet: 62, 88 and 0E. RGB value is (98,136,14). Sum of RGB (Red+Green+Blue) = 98+136+14=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #62880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62880E is #9D77F1. Grayscale: #6F6F6F. Windows color (decimal): -10319858 or 952418. OLE color: 952418.

HSL color Cylindrical-coordinate representation of color #62880E: hue angle of 78.69º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62880E is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 136 14 -
CMYK 0.28 0 0.90 0.47
HSL 78.69º 0.81% 0.29% -
HSV(B) 78.69º 0.9% 0.53% -
XYZ 13.92 20.24 3.59 -
YUV 110.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 98 136 14 0.28 0 0.90 0.47 78.69 0.81 0.29
Hex 62 88 E 1C 0 5A 2F 4F 51 1D
Octal 142 210 16 34 0 132 57 117 121 35
Binary 1100010 10001000 1110 11100 0 1011010 101111 1001111 1010001 11101

Color Harmonies of #62880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62880E

Black with #62880E

Text Example


Text Example

White with #62880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62880E; }

 p { color: rgb(98,136,14); }

 H1.HeaderClassName
 {
   color: #62880E;
 }
 .AnyTagClassName
 {
   color: #62880E;
 }
</style>

background-color css

<style>
 a { background-color: #62880E; }

 a { background-color: rgb(98,136,14); }

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

border-color css

<style>
 span { border-color: #62880E; }

 span { border-color: rgb(98,136,14); }

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