Html Css Color HEX #678A13 Olive Drab

📋 copy color: '#678A13'

red 103 ◦ green 138 ◦ blue 19

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

Shades of Olive Drab #678A13

Tints of Olive Drab #678A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.08%

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

R = 39.62%
G = 53.08%
B = 7.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#678A13 (or 0x678A13) is known color: Olive Drab. HEX triplet: 67, 8A and 13. RGB value is (103,138,19). Sum of RGB (Red+Green+Blue) = 103+138+19=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #678A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A13 is #9875EC. Grayscale: #727272. Windows color (decimal): -9991661 or 1280615. OLE color: 1280615.

HSL color Cylindrical-coordinate representation of color #678A13: hue angle of 77.65º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #678A13 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 138 19 -
CMYK 0.25 0 0.86 0.46
HSL 77.65º 0.76% 0.31% -
HSV(B) 77.65º 0.86% 0.54% -
XYZ 14.8 21.11 3.91 -
YUV 113.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 103 138 19 0.25 0 0.86 0.46 77.65 0.76 0.31
Hex 67 8A 13 19 0 56 2E 4E 4C 1F
Octal 147 212 23 31 0 126 56 116 114 37
Binary 1100111 10001010 10011 11001 0 1010110 101110 1001110 1001100 11111

Color Harmonies of #678A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678A13

Black with #678A13

Text Example


Text Example

White with #678A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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