Html Css Color HEX #679410 Olive Drab

📋 copy color: '#679410'

red 103 ◦ green 148 ◦ blue 16

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

Shades of Olive Drab #679410

Tints of Olive Drab #679410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.43%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 38.58%
G = 55.43%
B = 5.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#679410 (or 0x679410) is known color: Olive Drab. HEX triplet: 67, 94 and 10. RGB value is (103,148,16). Sum of RGB (Red+Green+Blue) = 103+148+16=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #679410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679410 is #986BEF. Grayscale: #777777. Windows color (decimal): -9989104 or 1086567. OLE color: 1086567.

HSL color Cylindrical-coordinate representation of color #679410: hue angle of 80.45º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #679410 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 148 16 -
CMYK 0.30 0 0.89 0.42
HSL 80.45º 0.8% 0.32% -
HSV(B) 80.45º 0.89% 0.58% -
XYZ 16.28 24.1 4.28 -
YUV 119.5 69.59 116.23 -
System Red Green Blue C M Y K H S L
Decimal 103 148 16 0.30 0 0.89 0.42 80.45 0.8 0.32
Hex 67 94 10 1E 0 59 2A 50 50 20
Octal 147 224 20 36 0 131 52 120 120 40
Binary 1100111 10010100 10000 11110 0 1011001 101010 1010000 1010000 100000

Color Harmonies of #679410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679410

Black with #679410

Text Example


Text Example

White with #679410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679410; }

 p { color: rgb(103,148,16); }

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

background-color css

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

 a { background-color: rgb(103,148,16); }

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

border-color css

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

 span { border-color: rgb(103,148,16); }

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