Html Css Color HEX #698617 Olive Drab

📋 copy color: '#698617'

red 105 ◦ green 134 ◦ blue 23

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

Shades of Olive Drab #698617

Tints of Olive Drab #698617

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.15%

 BLUE value IS 23 (9.38% from 255) = 8.78%

R = 40.08%
G = 51.15%
B = 8.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#698617 (or 0x698617) is known color: Olive Drab. HEX triplet: 69, 86 and 17. RGB value is (105,134,23). Sum of RGB (Red+Green+Blue) = 105+134+23=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #698617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698617 is #9679E8. Grayscale: #717171. Windows color (decimal): -9861609 or 1541737. OLE color: 1541737.

HSL color Cylindrical-coordinate representation of color #698617: hue angle of 75.68º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #698617 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 23 -
CMYK 0.22 0 0.83 0.47
HSL 75.68º 0.71% 0.31% -
HSV(B) 75.68º 0.83% 0.53% -
XYZ 14.51 20.12 3.93 -
YUV 112.68 77.39 122.53 -
System Red Green Blue C M Y K H S L
Decimal 105 134 23 0.22 0 0.83 0.47 75.68 0.71 0.31
Hex 69 86 17 16 0 53 2F 4C 47 1F
Octal 151 206 27 26 0 123 57 114 107 37
Binary 1101001 10000110 10111 10110 0 1010011 101111 1001100 1000111 11111

Color Harmonies of #698617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698617

Black with #698617

Text Example


Text Example

White with #698617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698617; }

 p { color: rgb(105,134,23); }

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

background-color css

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

 a { background-color: rgb(105,134,23); }

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

border-color css

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

 span { border-color: rgb(105,134,23); }

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