Html Css Color HEX #679513 Olive Drab

📋 copy color: '#679513'

red 103 ◦ green 149 ◦ blue 19

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

Shades of Olive Drab #679513

Tints of Olive Drab #679513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 38.01%
G = 54.98%
B = 7.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#679513 (or 0x679513) is known color: Olive Drab. HEX triplet: 67, 95 and 13. RGB value is (103,149,19). Sum of RGB (Red+Green+Blue) = 103+149+19=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #679513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679513 is #986AEC. Grayscale: #787878. Windows color (decimal): -9988845 or 1283431. OLE color: 1283431.

HSL color Cylindrical-coordinate representation of color #679513: hue angle of 81.23º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #679513 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 149 19 -
CMYK 0.31 0 0.87 0.42
HSL 81.23º 0.77% 0.33% -
HSV(B) 81.23º 0.87% 0.58% -
XYZ 16.46 24.43 4.46 -
YUV 120.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 103 149 19 0.31 0 0.87 0.42 81.23 0.77 0.33
Hex 67 95 13 1F 0 57 2A 51 4D 21
Octal 147 225 23 37 0 127 52 121 115 41
Binary 1100111 10010101 10011 11111 0 1010111 101010 1010001 1001101 100001

Color Harmonies of #679513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679513

Black with #679513

Text Example


Text Example

White with #679513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679513; }

 p { color: rgb(103,149,19); }

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

background-color css

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

 a { background-color: rgb(103,149,19); }

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

border-color css

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

 span { border-color: rgb(103,149,19); }

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