Html Css Color HEX #678019 Olive Drab

📋 copy color: '#678019'

red 103 ◦ green 128 ◦ blue 25

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

Shades of Olive Drab #678019

Tints of Olive Drab #678019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

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

R = 40.23%
G = 50%
B = 9.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#678019 (or 0x678019) is known color: Olive Drab. HEX triplet: 67, 80 and 19. RGB value is (103,128,25). Sum of RGB (Red+Green+Blue) = 103+128+25=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #678019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678019 is #987FE6. Grayscale: #6D6D6D. Windows color (decimal): -9994215 or 1671271. OLE color: 1671271.

HSL color Cylindrical-coordinate representation of color #678019: hue angle of 74.56º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #678019 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 128 25 -
CMYK 0.20 0 0.80 0.50
HSL 74.56º 0.67% 0.3% -
HSV(B) 74.56º 0.8% 0.5% -
XYZ 13.49 18.39 3.76 -
YUV 108.78 80.72 123.88 -
System Red Green Blue C M Y K H S L
Decimal 103 128 25 0.20 0 0.80 0.50 74.56 0.67 0.3
Hex 67 80 19 14 0 50 32 4B 43 1E
Octal 147 200 31 24 0 120 62 113 103 36
Binary 1100111 10000000 11001 10100 0 1010000 110010 1001011 1000011 11110

Color Harmonies of #678019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678019

Black with #678019

Text Example


Text Example

White with #678019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678019; }

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

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

background-color css

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

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

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

border-color css

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

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

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