Html Css Color HEX #679114 Olive Drab

📋 copy color: '#679114'

red 103 ◦ green 145 ◦ blue 20

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

Shades of Olive Drab #679114

Tints of Olive Drab #679114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.1%

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

R = 38.43%
G = 54.1%
B = 7.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#679114 (or 0x679114) is known color: Olive Drab. HEX triplet: 67, 91 and 14. RGB value is (103,145,20). Sum of RGB (Red+Green+Blue) = 103+145+20=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #679114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679114 is #986EEB. Grayscale: #767676. Windows color (decimal): -9989868 or 1347943. OLE color: 1347943.

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

Color convert

RGB 103 145 20 -
CMYK 0.29 0 0.86 0.43
HSL 80.16º 0.76% 0.32% -
HSV(B) 80.16º 0.86% 0.57% -
XYZ 15.85 23.18 4.3 -
YUV 118.19 72.59 117.16 -
System Red Green Blue C M Y K H S L
Decimal 103 145 20 0.29 0 0.86 0.43 80.16 0.76 0.32
Hex 67 91 14 1D 0 56 2B 50 4C 20
Octal 147 221 24 35 0 126 53 120 114 40
Binary 1100111 10010001 10100 11101 0 1010110 101011 1010000 1001100 100000

Color Harmonies of #679114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679114

Black with #679114

Text Example


Text Example

White with #679114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679114; }

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

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

background-color css

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

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

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

border-color css

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

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

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