Html Css Color HEX #698D19 Olive Drab

📋 copy color: '#698D19'

red 105 ◦ green 141 ◦ blue 25

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

Shades of Olive Drab #698D19

Tints of Olive Drab #698D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.03%

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

R = 38.75%
G = 52.03%
B = 9.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#698D19 (or 0x698D19) is known color: Olive Drab. HEX triplet: 69, 8D and 19. RGB value is (105,141,25). Sum of RGB (Red+Green+Blue) = 105+141+25=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #698D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D19 is #9672E6. Grayscale: #757575. Windows color (decimal): -9859815 or 1674601. OLE color: 1674601.

HSL color Cylindrical-coordinate representation of color #698D19: hue angle of 78.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #698D19 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 25 -
CMYK 0.26 0 0.82 0.45
HSL 78.62º 0.7% 0.33% -
HSV(B) 78.62º 0.82% 0.55% -
XYZ 15.53 22.12 4.37 -
YUV 117.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 105 141 25 0.26 0 0.82 0.45 78.62 0.7 0.33
Hex 69 8D 19 1A 0 52 2D 4F 46 21
Octal 151 215 31 32 0 122 55 117 106 41
Binary 1101001 10001101 11001 11010 0 1010010 101101 1001111 1000110 100001

Color Harmonies of #698D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D19

Black with #698D19

Text Example


Text Example

White with #698D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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