Html Css Color HEX #678C10 Olive Drab

📋 copy color: '#678C10'

red 103 ◦ green 140 ◦ blue 16

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

Shades of Olive Drab #678C10

Tints of Olive Drab #678C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.05%

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

R = 39.77%
G = 54.05%
B = 6.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#678C10 (or 0x678C10) is known color: Olive Drab. HEX triplet: 67, 8C and 10. RGB value is (103,140,16). Sum of RGB (Red+Green+Blue) = 103+140+16=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #678C10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678C10 is #9873EF. Grayscale: #737373. Windows color (decimal): -9991152 or 1084519. OLE color: 1084519.

HSL color Cylindrical-coordinate representation of color #678C10: hue angle of 77.9º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #678C10 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 140 16 -
CMYK 0.26 0 0.89 0.45
HSL 77.9º 0.79% 0.31% -
HSV(B) 77.9º 0.89% 0.55% -
XYZ 15.07 21.68 3.88 -
YUV 114.8 72.24 119.58 -
System Red Green Blue C M Y K H S L
Decimal 103 140 16 0.26 0 0.89 0.45 77.9 0.79 0.31
Hex 67 8C 10 1A 0 59 2D 4E 4F 1F
Octal 147 214 20 32 0 131 55 116 117 37
Binary 1100111 10001100 10000 11010 0 1011001 101101 1001110 1001111 11111

Color Harmonies of #678C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678C10

Black with #678C10

Text Example


Text Example

White with #678C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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