Html Css Color HEX #698D0D Olive Drab

📋 copy color: '#698D0D'

red 105 ◦ green 141 ◦ blue 13

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

Shades of Olive Drab #698D0D

Tints of Olive Drab #698D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 40.54%
G = 54.44%
B = 5.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#698D0D (or 0x698D0D) is known color: Olive Drab. HEX triplet: 69, 8D and 0D. RGB value is (105,141,13). Sum of RGB (Red+Green+Blue) = 105+141+13=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #698D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D0D is #9672F2. Grayscale: #747474. Windows color (decimal): -9859827 or 888169. OLE color: 888169.

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

Color convert

RGB 105 141 13 -
CMYK 0.26 0 0.91 0.45
HSL 76.88º 0.83% 0.3% -
HSV(B) 76.88º 0.91% 0.55% -
XYZ 15.42 22.08 3.83 -
YUV 115.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 105 141 13 0.26 0 0.91 0.45 76.88 0.83 0.3
Hex 69 8D D 1A 0 5B 2D 4D 53 1E
Octal 151 215 15 32 0 133 55 115 123 36
Binary 1101001 10001101 1101 11010 0 1011011 101101 1001101 1010011 11110

Color Harmonies of #698D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D0D

Black with #698D0D

Text Example


Text Example

White with #698D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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