Html Css Color HEX #679419 Olive Drab

📋 copy color: '#679419'

red 103 ◦ green 148 ◦ blue 25

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

Shades of Olive Drab #679419

Tints of Olive Drab #679419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 37.32%
G = 53.62%
B = 9.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#679419 (or 0x679419) is known color: Olive Drab. HEX triplet: 67, 94 and 19. RGB value is (103,148,25). Sum of RGB (Red+Green+Blue) = 103+148+25=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #679419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679419 is #986BE6. Grayscale: #787878. Windows color (decimal): -9989095 or 1676391. OLE color: 1676391.

HSL color Cylindrical-coordinate representation of color #679419: hue angle of 81.95º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #679419 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 148 25 -
CMYK 0.30 0 0.83 0.42
HSL 81.95º 0.71% 0.34% -
HSV(B) 81.95º 0.83% 0.58% -
XYZ 16.36 24.13 4.72 -
YUV 120.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 103 148 25 0.30 0 0.83 0.42 81.95 0.71 0.34
Hex 67 94 19 1E 0 53 2A 52 47 22
Octal 147 224 31 36 0 123 52 122 107 42
Binary 1100111 10010100 11001 11110 0 1010011 101010 1010010 1000111 100010

Color Harmonies of #679419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679419

Black with #679419

Text Example


Text Example

White with #679419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679419; }

 p { color: rgb(103,148,25); }

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

background-color css

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

 a { background-color: rgb(103,148,25); }

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

border-color css

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

 span { border-color: rgb(103,148,25); }

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