Html Css Color HEX #698519 Olive Drab

📋 copy color: '#698519'

red 105 ◦ green 133 ◦ blue 25

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

Shades of Olive Drab #698519

Tints of Olive Drab #698519

RGB

 RED value IS 105 (41.41% from 255) = 39.92%

 GREEN value IS 133 (52.34% from 255) = 50.57%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 39.92%
G = 50.57%
B = 9.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#698519 (or 0x698519) is known color: Olive Drab. HEX triplet: 69, 85 and 19. RGB value is (105,133,25). Sum of RGB (Red+Green+Blue) = 105+133+25=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #698519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698519 is #967AE6. Grayscale: #707070. Windows color (decimal): -9861863 or 1672553. OLE color: 1672553.

HSL color Cylindrical-coordinate representation of color #698519: hue angle of 75.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #698519 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 25 -
CMYK 0.21 0 0.81 0.48
HSL 75.56º 0.68% 0.31% -
HSV(B) 75.56º 0.81% 0.52% -
XYZ 14.39 19.85 3.99 -
YUV 112.32 78.72 122.78 -
System Red Green Blue C M Y K H S L
Decimal 105 133 25 0.21 0 0.81 0.48 75.56 0.68 0.31
Hex 69 85 19 15 0 51 30 4C 44 1F
Octal 151 205 31 25 0 121 60 114 104 37
Binary 1101001 10000101 11001 10101 0 1010001 110000 1001100 1000100 11111

Color Harmonies of #698519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698519

Black with #698519

Text Example


Text Example

White with #698519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698519; }

 p { color: rgb(105,133,25); }

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

background-color css

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

 a { background-color: rgb(105,133,25); }

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

border-color css

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

 span { border-color: rgb(105,133,25); }

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