Html Css Color HEX #628507 Olive Drab

📋 copy color: '#628507'

red 98 ◦ green 133 ◦ blue 7

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

Shades of Olive Drab #628507

Tints of Olive Drab #628507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.94%

R = 41.18%
G = 55.88%
B = 2.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#628507 (or 0x628507) is known color: Olive Drab. HEX triplet: 62, 85 and 07. RGB value is (98,133,7). Sum of RGB (Red+Green+Blue) = 98+133+7=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #628507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628507 is #9D7AF8. Grayscale: #6C6C6C. Windows color (decimal): -10320633 or 492898. OLE color: 492898.

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

Color convert

RGB 98 133 7 -
CMYK 0.26 0 0.95 0.48
HSL 76.67º 0.9% 0.27% -
HSV(B) 76.67º 0.95% 0.52% -
XYZ 13.46 19.39 3.23 -
YUV 108.17 70.9 120.75 -
System Red Green Blue C M Y K H S L
Decimal 98 133 7 0.26 0 0.95 0.48 76.67 0.9 0.27
Hex 62 85 7 1A 0 5F 30 4D 5A 1B
Octal 142 205 7 32 0 137 60 115 132 33
Binary 1100010 10000101 111 11010 0 1011111 110000 1001101 1011010 11011

Color Harmonies of #628507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628507

Black with #628507

Text Example


Text Example

White with #628507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628507; }

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

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

background-color css

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

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

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

border-color css

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

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

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