Html Css Color HEX #628F07 Olive Drab

📋 copy color: '#628F07'

red 98 ◦ green 143 ◦ blue 7

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

Shades of Olive Drab #628F07

Tints of Olive Drab #628F07

RGB

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

 GREEN value IS 143 (56.25% from 255) = 57.66%

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

R = 39.52%
G = 57.66%
B = 2.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#628F07 (or 0x628F07) is known color: Olive Drab. HEX triplet: 62, 8F and 07. RGB value is (98,143,7). Sum of RGB (Red+Green+Blue) = 98+143+7=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #628F07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628F07 is #9D70F8. Grayscale: #727272. Windows color (decimal): -10318073 or 495458. OLE color: 495458.

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

Color convert

RGB 98 143 7 -
CMYK 0.31 0 0.95 0.44
HSL 79.85º 0.91% 0.29% -
HSV(B) 79.85º 0.95% 0.56% -
XYZ 14.9 22.26 3.71 -
YUV 114.04 67.59 116.56 -
System Red Green Blue C M Y K H S L
Decimal 98 143 7 0.31 0 0.95 0.44 79.85 0.91 0.29
Hex 62 8F 7 1F 0 5F 2C 50 5B 1D
Octal 142 217 7 37 0 137 54 120 133 35
Binary 1100010 10001111 111 11111 0 1011111 101100 1010000 1011011 11101

Color Harmonies of #628F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628F07

Black with #628F07

Text Example


Text Example

White with #628F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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