Html Css Color HEX #679100 Olive Drab

📋 copy color: '#679100'

red 103 ◦ green 145 ◦ blue 0

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

Shades of Olive Drab #679100

Tints of Olive Drab #679100

RGB

 RED value IS 103 (40.63% from 255) = 41.53%

 GREEN value IS 145 (57.03% from 255) = 58.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.53%
G = 58.47%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#679100 (or 0x679100) is known color: Olive Drab. HEX triplet: 67, 91 and 00. RGB value is (103,145,0). Sum of RGB (Red+Green+Blue) = 103+145+0=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #679100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679100 is #986EFF. Grayscale: #747474. Windows color (decimal): -9989888 or 37223. OLE color: 37223.

HSL color Cylindrical-coordinate representation of color #679100: hue angle of 77.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #679100 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 0 -
CMYK 0.29 0 1 0.43
HSL 77.38º 1% 0.28% -
HSV(B) 77.38º 1% 0.57% -
XYZ 15.72 23.13 3.64 -
YUV 115.91 62.59 118.79 -
System Red Green Blue C M Y K H S L
Decimal 103 145 0 0.29 0 1 0.43 77.38 1 0.28
Hex 67 91 0 1D 0 64 2B 4D 64 1C
Octal 147 221 0 35 0 144 53 115 144 34
Binary 1100111 10010001 0 11101 0 1100100 101011 1001101 1100100 11100

Color Harmonies of #679100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679100

Black with #679100

Text Example


Text Example

White with #679100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679100; }

 p { color: rgb(103,145,0); }

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

background-color css

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

 a { background-color: rgb(103,145,0); }

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

border-color css

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

 span { border-color: rgb(103,145,0); }

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