Html Css Color HEX #698A0D Olive Drab

📋 copy color: '#698A0D'

red 105 ◦ green 138 ◦ blue 13

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

Shades of Olive Drab #698A0D

Tints of Olive Drab #698A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.91%

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

R = 41.02%
G = 53.91%
B = 5.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#698A0D (or 0x698A0D) is known color: Olive Drab. HEX triplet: 69, 8A and 0D. RGB value is (105,138,13). Sum of RGB (Red+Green+Blue) = 105+138+13=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #698A0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A0D is #9675F2. Grayscale: #727272. Windows color (decimal): -9860595 or 887401. OLE color: 887401.

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

Color convert

RGB 105 138 13 -
CMYK 0.24 0 0.91 0.46
HSL 75.84º 0.83% 0.3% -
HSV(B) 75.84º 0.91% 0.54% -
XYZ 14.99 21.21 3.68 -
YUV 113.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 105 138 13 0.24 0 0.91 0.46 75.84 0.83 0.3
Hex 69 8A D 18 0 5B 2E 4C 53 1E
Octal 151 212 15 30 0 133 56 114 123 36
Binary 1101001 10001010 1101 11000 0 1011011 101110 1001100 1010011 11110

Color Harmonies of #698A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A0D

Black with #698A0D

Text Example


Text Example

White with #698A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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