Html Css Color HEX #628405 Olive Drab

📋 copy color: '#628405'

red 98 ◦ green 132 ◦ blue 5

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

Shades of Olive Drab #628405

Tints of Olive Drab #628405

RGB

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

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

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

R = 41.7%
G = 56.17%
B = 2.13%

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

#628405 (or 0x628405) is known color: Olive Drab. HEX triplet: 62, 84 and 05. RGB value is (98,132,5). Sum of RGB (Red+Green+Blue) = 98+132+5=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #628405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628405 is #9D7BFA. Grayscale: #6B6B6B. Windows color (decimal): -10320891 or 361570. OLE color: 361570.

HSL color Cylindrical-coordinate representation of color #628405: hue angle of 76.06º 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 #628405 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 5 -
CMYK 0.26 0 0.96 0.48
HSL 76.06º 0.93% 0.27% -
HSV(B) 76.06º 0.96% 0.52% -
XYZ 13.32 19.11 3.13 -
YUV 107.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 98 132 5 0.26 0 0.96 0.48 76.06 0.93 0.27
Hex 62 84 5 1A 0 60 30 4C 5D 1B
Octal 142 204 5 32 0 140 60 114 135 33
Binary 1100010 10000100 101 11010 0 1100000 110000 1001100 1011101 11011

Color Harmonies of #628405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628405

Black with #628405

Text Example


Text Example

White with #628405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628405; }

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

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

background-color css

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

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

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

border-color css

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

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

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