Html Css Color HEX #628104 Olive Drab

📋 copy color: '#628104'

red 98 ◦ green 129 ◦ blue 4

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

Shades of Olive Drab #628104

Tints of Olive Drab #628104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.84%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 42.42%
G = 55.84%
B = 1.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#628104 (or 0x628104) is known color: Olive Drab. HEX triplet: 62, 81 and 04. RGB value is (98,129,4). Sum of RGB (Red+Green+Blue) = 98+129+4=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #628104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628104 is #9D7EFB. Grayscale: #696969. Windows color (decimal): -10321660 or 295266. OLE color: 295266.

HSL color Cylindrical-coordinate representation of color #628104: hue angle of 74.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #628104 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 129 4 -
CMYK 0.24 0 0.97 0.49
HSL 74.88º 0.94% 0.26% -
HSV(B) 74.88º 0.97% 0.51% -
XYZ 12.91 18.31 2.97 -
YUV 105.48 70.73 122.66 -
System Red Green Blue C M Y K H S L
Decimal 98 129 4 0.24 0 0.97 0.49 74.88 0.94 0.26
Hex 62 81 4 18 0 61 31 4B 5E 1A
Octal 142 201 4 30 0 141 61 113 136 32
Binary 1100010 10000001 100 11000 0 1100001 110001 1001011 1011110 11010

Color Harmonies of #628104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628104

Black with #628104

Text Example


Text Example

White with #628104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628104; }

 p { color: rgb(98,129,4); }

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

background-color css

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

 a { background-color: rgb(98,129,4); }

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

border-color css

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

 span { border-color: rgb(98,129,4); }

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