Html Css Color HEX #62850E Olive Drab

📋 copy color: '#62850E'

red 98 ◦ green 133 ◦ blue 14

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

Shades of Olive Drab #62850E

Tints of Olive Drab #62850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.29%

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

R = 40%
G = 54.29%
B = 5.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#62850E (or 0x62850E) is known color: Olive Drab. HEX triplet: 62, 85 and 0E. RGB value is (98,133,14). Sum of RGB (Red+Green+Blue) = 98+133+14=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #62850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62850E is #9D7AF1. Grayscale: #6D6D6D. Windows color (decimal): -10320626 or 951650. OLE color: 951650.

HSL color Cylindrical-coordinate representation of color #62850E: hue angle of 77.65º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62850E is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 133 14 -
CMYK 0.26 0 0.89 0.48
HSL 77.65º 0.81% 0.29% -
HSV(B) 77.65º 0.89% 0.52% -
XYZ 13.5 19.4 3.45 -
YUV 108.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 98 133 14 0.26 0 0.89 0.48 77.65 0.81 0.29
Hex 62 85 E 1A 0 59 30 4E 51 1D
Octal 142 205 16 32 0 131 60 116 121 35
Binary 1100010 10000101 1110 11010 0 1011001 110000 1001110 1010001 11101

Color Harmonies of #62850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62850E

Black with #62850E

Text Example


Text Example

White with #62850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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