Html Css Color HEX #628508 Olive Drab

📋 copy color: '#628508'

red 98 ◦ green 133 ◦ blue 8

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

Shades of Olive Drab #628508

Tints of Olive Drab #628508

RGB

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

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

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

R = 41%
G = 55.65%
B = 3.35%

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

#628508 (or 0x628508) is known color: Olive Drab. HEX triplet: 62, 85 and 08. RGB value is (98,133,8). Sum of RGB (Red+Green+Blue) = 98+133+8=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #628508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628508 is #9D7AF7. Grayscale: #6C6C6C. Windows color (decimal): -10320632 or 558434. OLE color: 558434.

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

Color convert

RGB 98 133 8 -
CMYK 0.26 0 0.94 0.48
HSL 76.8º 0.89% 0.28% -
HSV(B) 76.8º 0.94% 0.52% -
XYZ 13.47 19.39 3.26 -
YUV 108.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 98 133 8 0.26 0 0.94 0.48 76.8 0.89 0.28
Hex 62 85 8 1A 0 5E 30 4D 59 1C
Octal 142 205 10 32 0 136 60 115 131 34
Binary 1100010 10000101 1000 11010 0 1011110 110000 1001101 1011001 11100

Color Harmonies of #628508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628508

Black with #628508

Text Example


Text Example

White with #628508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628508; }

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

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

background-color css

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

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

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

border-color css

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

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

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