Html Css Color HEX #628D07 Olive Drab

📋 copy color: '#628D07'

red 98 ◦ green 141 ◦ blue 7

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

Shades of Olive Drab #628D07

Tints of Olive Drab #628D07

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.32%

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

R = 39.84%
G = 57.32%
B = 2.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#628D07 (or 0x628D07) is known color: Olive Drab. HEX triplet: 62, 8D and 07. RGB value is (98,141,7). Sum of RGB (Red+Green+Blue) = 98+141+7=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #628D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628D07 is #9D72F8. Grayscale: #717171. Windows color (decimal): -10318585 or 494946. OLE color: 494946.

HSL color Cylindrical-coordinate representation of color #628D07: hue angle of 79.25º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #628D07 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 141 7 -
CMYK 0.30 0 0.95 0.45
HSL 79.25º 0.91% 0.29% -
HSV(B) 79.25º 0.95% 0.55% -
XYZ 14.6 21.66 3.61 -
YUV 112.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 98 141 7 0.30 0 0.95 0.45 79.25 0.91 0.29
Hex 62 8D 7 1E 0 5F 2D 4F 5B 1D
Octal 142 215 7 36 0 137 55 117 133 35
Binary 1100010 10001101 111 11110 0 1011111 101101 1001111 1011011 11101

Color Harmonies of #628D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628D07

Black with #628D07

Text Example


Text Example

White with #628D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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