Html Css Color HEX #679913 Olive Drab

📋 copy color: '#679913'

red 103 ◦ green 153 ◦ blue 19

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

Shades of Olive Drab #679913

Tints of Olive Drab #679913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.64%

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

R = 37.45%
G = 55.64%
B = 6.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#679913 (or 0x679913) is known color: Olive Drab. HEX triplet: 67, 99 and 13. RGB value is (103,153,19). Sum of RGB (Red+Green+Blue) = 103+153+19=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #679913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679913 is #9866EC. Grayscale: #7B7B7B. Windows color (decimal): -9987821 or 1284455. OLE color: 1284455.

HSL color Cylindrical-coordinate representation of color #679913: hue angle of 82.39º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679913 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 19 -
CMYK 0.33 0 0.88 0.4
HSL 82.39º 0.78% 0.34% -
HSV(B) 82.39º 0.88% 0.6% -
XYZ 17.1 25.71 4.68 -
YUV 122.77 69.44 113.9 -
System Red Green Blue C M Y K H S L
Decimal 103 153 19 0.33 0 0.88 0.4 82.39 0.78 0.34
Hex 67 99 13 21 0 58 28 52 4E 22
Octal 147 231 23 41 0 130 50 122 116 42
Binary 1100111 10011001 10011 100001 0 1011000 101000 1010010 1001110 100010

Color Harmonies of #679913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679913

Black with #679913

Text Example


Text Example

White with #679913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679913; }

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

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

background-color css

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

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

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

border-color css

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

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

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