Html Css Color HEX #628505 Olive Drab

📋 copy color: '#628505'

red 98 ◦ green 133 ◦ blue 5

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

Shades of Olive Drab #628505

Tints of Olive Drab #628505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 41.53%
G = 56.36%
B = 2.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#628505 (or 0x628505) is known color: Olive Drab. HEX triplet: 62, 85 and 05. RGB value is (98,133,5). Sum of RGB (Red+Green+Blue) = 98+133+5=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #628505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628505 is #9D7AFA. Grayscale: #6C6C6C. Windows color (decimal): -10320635 or 361826. OLE color: 361826.

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

Color convert

RGB 98 133 5 -
CMYK 0.26 0 0.96 0.48
HSL 76.41º 0.93% 0.27% -
HSV(B) 76.41º 0.96% 0.52% -
XYZ 13.45 19.38 3.18 -
YUV 107.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 98 133 5 0.26 0 0.96 0.48 76.41 0.93 0.27
Hex 62 85 5 1A 0 60 30 4C 5D 1B
Octal 142 205 5 32 0 140 60 114 135 33
Binary 1100010 10000101 101 11010 0 1100000 110000 1001100 1011101 11011

Color Harmonies of #628505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628505

Black with #628505

Text Example


Text Example

White with #628505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628505; }

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

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

background-color css

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

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

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

border-color css

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

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

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