Html Css Color HEX #678A10 Olive Drab

📋 copy color: '#678A10'

red 103 ◦ green 138 ◦ blue 16

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

Shades of Olive Drab #678A10

Tints of Olive Drab #678A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 40.08%
G = 53.7%
B = 6.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#678A10 (or 0x678A10) is known color: Olive Drab. HEX triplet: 67, 8A and 10. RGB value is (103,138,16). Sum of RGB (Red+Green+Blue) = 103+138+16=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #678A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A10 is #9875EF. Grayscale: #727272. Windows color (decimal): -9991664 or 1084007. OLE color: 1084007.

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

Color convert

RGB 103 138 16 -
CMYK 0.25 0 0.88 0.46
HSL 77.21º 0.79% 0.3% -
HSV(B) 77.21º 0.88% 0.54% -
XYZ 14.78 21.1 3.78 -
YUV 113.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 103 138 16 0.25 0 0.88 0.46 77.21 0.79 0.3
Hex 67 8A 10 19 0 58 2E 4D 4F 1E
Octal 147 212 20 31 0 130 56 115 117 36
Binary 1100111 10001010 10000 11001 0 1011000 101110 1001101 1001111 11110

Color Harmonies of #678A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678A10

Black with #678A10

Text Example


Text Example

White with #678A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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