Html Css Color HEX #628408 Olive Drab

📋 copy color: '#628408'

red 98 ◦ green 132 ◦ blue 8

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

Shades of Olive Drab #628408

Tints of Olive Drab #628408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.46%

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 41.18%
G = 55.46%
B = 3.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#628408 (or 0x628408) is known color: Olive Drab. HEX triplet: 62, 84 and 08. RGB value is (98,132,8). Sum of RGB (Red+Green+Blue) = 98+132+8=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #628408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628408 is #9D7BF7. Grayscale: #6C6C6C. Windows color (decimal): -10320888 or 558178. OLE color: 558178.

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

Color convert

RGB 98 132 8 -
CMYK 0.26 0 0.94 0.48
HSL 76.45º 0.89% 0.27% -
HSV(B) 76.45º 0.94% 0.52% -
XYZ 13.33 19.12 3.22 -
YUV 107.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 98 132 8 0.26 0 0.94 0.48 76.45 0.89 0.27
Hex 62 84 8 1A 0 5E 30 4C 59 1B
Octal 142 204 10 32 0 136 60 114 131 33
Binary 1100010 10000100 1000 11010 0 1011110 110000 1001100 1011001 11011

Color Harmonies of #628408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628408

Black with #628408

Text Example


Text Example

White with #628408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628408; }

 p { color: rgb(98,132,8); }

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

background-color css

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

 a { background-color: rgb(98,132,8); }

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

border-color css

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

 span { border-color: rgb(98,132,8); }

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