Html Css Color HEX #628312 Olive Drab

📋 copy color: '#628312'

red 98 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #628312

Tints of Olive Drab #628312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.04%

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 39.68%
G = 53.04%
B = 7.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#628312 (or 0x628312) is known color: Olive Drab. HEX triplet: 62, 83 and 12. RGB value is (98,131,18). Sum of RGB (Red+Green+Blue) = 98+131+18=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #628312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628312 is #9D7CED. Grayscale: #6C6C6C. Windows color (decimal): -10321134 or 1213282. OLE color: 1213282.

HSL color Cylindrical-coordinate representation of color #628312: hue angle of 77.52º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #628312 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 18 -
CMYK 0.25 0 0.86 0.49
HSL 77.52º 0.76% 0.29% -
HSV(B) 77.52º 0.86% 0.51% -
XYZ 13.26 18.87 3.52 -
YUV 108.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 98 131 18 0.25 0 0.86 0.49 77.52 0.76 0.29
Hex 62 83 12 19 0 56 31 4E 4C 1D
Octal 142 203 22 31 0 126 61 116 114 35
Binary 1100010 10000011 10010 11001 0 1010110 110001 1001110 1001100 11101

Color Harmonies of #628312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628312

Black with #628312

Text Example


Text Example

White with #628312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628312; }

 p { color: rgb(98,131,18); }

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

background-color css

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

 a { background-color: rgb(98,131,18); }

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

border-color css

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

 span { border-color: rgb(98,131,18); }

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