Html Css Color HEX #678D1C Olive Drab

📋 copy color: '#678D1C'

red 103 ◦ green 141 ◦ blue 28

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

Shades of Olive Drab #678D1C

Tints of Olive Drab #678D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.84%

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 37.87%
G = 51.84%
B = 10.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#678D1C (or 0x678D1C) is known color: Olive Drab. HEX triplet: 67, 8D and 1C. RGB value is (103,141,28). Sum of RGB (Red+Green+Blue) = 103+141+28=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #678D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678D1C is #9872E3. Grayscale: #757575. Windows color (decimal): -9990884 or 1871207. OLE color: 1871207.

HSL color Cylindrical-coordinate representation of color #678D1C: hue angle of 80.18º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #678D1C is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 141 28 -
CMYK 0.27 0 0.80 0.45
HSL 80.18º 0.67% 0.33% -
HSV(B) 80.18º 0.8% 0.55% -
XYZ 15.33 22.02 4.54 -
YUV 116.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 103 141 28 0.27 0 0.80 0.45 80.18 0.67 0.33
Hex 67 8D 1C 1B 0 50 2D 50 43 21
Octal 147 215 34 33 0 120 55 120 103 41
Binary 1100111 10001101 11100 11011 0 1010000 101101 1010000 1000011 100001

Color Harmonies of #678D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678D1C

Black with #678D1C

Text Example


Text Example

White with #678D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,141,28); }

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

background-color css

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

 a { background-color: rgb(103,141,28); }

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

border-color css

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

 span { border-color: rgb(103,141,28); }

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