Html Css Color HEX #679213 Olive Drab

📋 copy color: '#679213'

red 103 ◦ green 146 ◦ blue 19

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

Shades of Olive Drab #679213

Tints of Olive Drab #679213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.48%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 38.43%
G = 54.48%
B = 7.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#679213 (or 0x679213) is known color: Olive Drab. HEX triplet: 67, 92 and 13. RGB value is (103,146,19). Sum of RGB (Red+Green+Blue) = 103+146+19=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #679213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679213 is #986DEC. Grayscale: #777777. Windows color (decimal): -9989613 or 1282663. OLE color: 1282663.

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

Color convert

RGB 103 146 19 -
CMYK 0.29 0 0.87 0.43
HSL 80.31º 0.77% 0.32% -
HSV(B) 80.31º 0.87% 0.57% -
XYZ 15.99 23.49 4.31 -
YUV 118.67 71.75 116.83 -
System Red Green Blue C M Y K H S L
Decimal 103 146 19 0.29 0 0.87 0.43 80.31 0.77 0.32
Hex 67 92 13 1D 0 57 2B 50 4D 20
Octal 147 222 23 35 0 127 53 120 115 40
Binary 1100111 10010010 10011 11101 0 1010111 101011 1010000 1001101 100000

Color Harmonies of #679213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679213

Black with #679213

Text Example


Text Example

White with #679213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679213; }

 p { color: rgb(103,146,19); }

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

background-color css

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

 a { background-color: rgb(103,146,19); }

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

border-color css

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

 span { border-color: rgb(103,146,19); }

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