Html Css Color HEX #678214 Olive Drab

📋 copy color: '#678214'

red 103 ◦ green 130 ◦ blue 20

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

Shades of Olive Drab #678214

Tints of Olive Drab #678214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 40.71%
G = 51.38%
B = 7.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#678214 (or 0x678214) is known color: Olive Drab. HEX triplet: 67, 82 and 14. RGB value is (103,130,20). Sum of RGB (Red+Green+Blue) = 103+130+20=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #678214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678214 is #987DEB. Grayscale: #6D6D6D. Windows color (decimal): -9993708 or 1344103. OLE color: 1344103.

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

Color convert

RGB 103 130 20 -
CMYK 0.21 0 0.85 0.49
HSL 74.73º 0.73% 0.29% -
HSV(B) 74.73º 0.85% 0.51% -
XYZ 13.7 18.9 3.59 -
YUV 109.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 103 130 20 0.21 0 0.85 0.49 74.73 0.73 0.29
Hex 67 82 14 15 0 55 31 4B 49 1D
Octal 147 202 24 25 0 125 61 113 111 35
Binary 1100111 10000010 10100 10101 0 1010101 110001 1001011 1001001 11101

Color Harmonies of #678214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678214

Black with #678214

Text Example


Text Example

White with #678214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678214; }

 p { color: rgb(103,130,20); }

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

background-color css

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

 a { background-color: rgb(103,130,20); }

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

border-color css

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

 span { border-color: rgb(103,130,20); }

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