Html Css Color HEX #698A13 Olive Drab

📋 copy color: '#698A13'

red 105 ◦ green 138 ◦ blue 19

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

Shades of Olive Drab #698A13

Tints of Olive Drab #698A13

RGB

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

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

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

R = 40.08%
G = 52.67%
B = 7.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#698A13 (or 0x698A13) is known color: Olive Drab. HEX triplet: 69, 8A and 13. RGB value is (105,138,19). Sum of RGB (Red+Green+Blue) = 105+138+19=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #698A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A13 is #9675EC. Grayscale: #737373. Windows color (decimal): -9860589 or 1280617. OLE color: 1280617.

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

Color convert

RGB 105 138 19 -
CMYK 0.24 0 0.86 0.46
HSL 76.64º 0.76% 0.31% -
HSV(B) 76.64º 0.86% 0.54% -
XYZ 15.03 21.23 3.92 -
YUV 114.57 74.07 121.18 -
System Red Green Blue C M Y K H S L
Decimal 105 138 19 0.24 0 0.86 0.46 76.64 0.76 0.31
Hex 69 8A 13 18 0 56 2E 4D 4C 1F
Octal 151 212 23 30 0 126 56 115 114 37
Binary 1101001 10001010 10011 11000 0 1010110 101110 1001101 1001100 11111

Color Harmonies of #698A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A13

Black with #698A13

Text Example


Text Example

White with #698A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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