Html Css Color HEX #628A01 Olive Drab

📋 copy color: '#628A01'

red 98 ◦ green 138 ◦ blue 1

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

Shades of Olive Drab #628A01

Tints of Olive Drab #628A01

RGB

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

 GREEN value IS 138 (54.3% from 255) = 58.23%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 41.35%
G = 58.23%
B = 0.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#628A01 (or 0x628A01) is known color: Olive Drab. HEX triplet: 62, 8A and 01. RGB value is (98,138,1). Sum of RGB (Red+Green+Blue) = 98+138+1=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #628A01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628A01 is #9D75FE. Grayscale: #6E6E6E. Windows color (decimal): -10319359 or 100962. OLE color: 100962.

HSL color Cylindrical-coordinate representation of color #628A01: hue angle of 77.52º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #628A01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 138 1 -
CMYK 0.29 0 0.99 0.46
HSL 77.52º 0.99% 0.27% -
HSV(B) 77.52º 0.99% 0.54% -
XYZ 14.13 20.78 3.29 -
YUV 110.42 66.25 119.14 -
System Red Green Blue C M Y K H S L
Decimal 98 138 1 0.29 0 0.99 0.46 77.52 0.99 0.27
Hex 62 8A 1 1D 0 63 2E 4E 63 1B
Octal 142 212 1 35 0 143 56 116 143 33
Binary 1100010 10001010 1 11101 0 1100011 101110 1001110 1100011 11011

Color Harmonies of #628A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628A01

Black with #628A01

Text Example


Text Example

White with #628A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628A01; }

 p { color: rgb(98,138,1); }

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

background-color css

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

 a { background-color: rgb(98,138,1); }

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

border-color css

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

 span { border-color: rgb(98,138,1); }

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