Html Css Color HEX #628502 Olive Drab

📋 copy color: '#628502'

red 98 ◦ green 133 ◦ blue 2

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

Shades of Olive Drab #628502

Tints of Olive Drab #628502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 42.06%
G = 57.08%
B = 0.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#628502 (or 0x628502) is known color: Olive Drab. HEX triplet: 62, 85 and 02. RGB value is (98,133,2). Sum of RGB (Red+Green+Blue) = 98+133+2=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #628502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628502 is #9D7AFD. Grayscale: #6C6C6C. Windows color (decimal): -10320638 or 165218. OLE color: 165218.

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

Color convert

RGB 98 133 2 -
CMYK 0.26 0 0.98 0.48
HSL 76.03º 0.97% 0.26% -
HSV(B) 76.03º 0.98% 0.52% -
XYZ 13.44 19.38 3.09 -
YUV 107.6 68.4 121.15 -
System Red Green Blue C M Y K H S L
Decimal 98 133 2 0.26 0 0.98 0.48 76.03 0.97 0.26
Hex 62 85 2 1A 0 62 30 4C 61 1A
Octal 142 205 2 32 0 142 60 114 141 32
Binary 1100010 10000101 10 11010 0 1100010 110000 1001100 1100001 11010

Color Harmonies of #628502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628502

Black with #628502

Text Example


Text Example

White with #628502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628502; }

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

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

background-color css

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

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

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

border-color css

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

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

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