Html Css Color HEX #678112 Olive Drab

📋 copy color: '#678112'

red 103 ◦ green 129 ◦ blue 18

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

Shades of Olive Drab #678112

Tints of Olive Drab #678112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.6%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 41.2%
G = 51.6%
B = 7.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#678112 (or 0x678112) is known color: Olive Drab. HEX triplet: 67, 81 and 12. RGB value is (103,129,18). Sum of RGB (Red+Green+Blue) = 103+129+18=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #678112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678112 is #987EED. Grayscale: #6C6C6C. Windows color (decimal): -9993966 or 1212775. OLE color: 1212775.

HSL color Cylindrical-coordinate representation of color #678112: hue angle of 74.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #678112 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 129 18 -
CMYK 0.20 0 0.86 0.49
HSL 74.05º 0.76% 0.29% -
HSV(B) 74.05º 0.86% 0.51% -
XYZ 13.55 18.63 3.45 -
YUV 108.57 76.89 124.03 -
System Red Green Blue C M Y K H S L
Decimal 103 129 18 0.20 0 0.86 0.49 74.05 0.76 0.29
Hex 67 81 12 14 0 56 31 4A 4C 1D
Octal 147 201 22 24 0 126 61 112 114 35
Binary 1100111 10000001 10010 10100 0 1010110 110001 1001010 1001100 11101

Color Harmonies of #678112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678112

Black with #678112

Text Example


Text Example

White with #678112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678112; }

 p { color: rgb(103,129,18); }

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

background-color css

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

 a { background-color: rgb(103,129,18); }

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

border-color css

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

 span { border-color: rgb(103,129,18); }

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