Html Css Color HEX #678312 Olive Drab

📋 copy color: '#678312'

red 103 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #678312

Tints of Olive Drab #678312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.98%

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

R = 40.87%
G = 51.98%
B = 7.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#678312 (or 0x678312) is known color: Olive Drab. HEX triplet: 67, 83 and 12. RGB value is (103,131,18). Sum of RGB (Red+Green+Blue) = 103+131+18=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #678312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678312 is #987CED. Grayscale: #6E6E6E. Windows color (decimal): -9993454 or 1213287. OLE color: 1213287.

HSL color Cylindrical-coordinate representation of color #678312: hue angle of 74.87º 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 #678312 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 131 18 -
CMYK 0.21 0 0.86 0.49
HSL 74.87º 0.76% 0.29% -
HSV(B) 74.87º 0.86% 0.51% -
XYZ 13.82 19.16 3.54 -
YUV 109.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 103 131 18 0.21 0 0.86 0.49 74.87 0.76 0.29
Hex 67 83 12 15 0 56 31 4B 4C 1D
Octal 147 203 22 25 0 126 61 113 114 35
Binary 1100111 10000011 10010 10101 0 1010110 110001 1001011 1001100 11101

Color Harmonies of #678312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678312

Black with #678312

Text Example


Text Example

White with #678312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678312; }

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

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

background-color css

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

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

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

border-color css

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

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

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