Html Css Color HEX #698705 Olive

📋 copy color: '#698705'

red 105 ◦ green 135 ◦ blue 5

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

Shades of Olive #698705

Tints of Olive #698705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.1%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 42.86%
G = 55.1%
B = 2.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#698705 (or 0x698705) is known color: Olive. HEX triplet: 69, 87 and 05. RGB value is (105,135,5). Sum of RGB (Red+Green+Blue) = 105+135+5=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #698705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698705 is #9678FA. Grayscale: #6F6F6F. Windows color (decimal): -9861371 or 362345. OLE color: 362345.

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

Color convert

RGB 105 135 5 -
CMYK 0.22 0 0.96 0.47
HSL 73.85º 0.93% 0.27% -
HSV(B) 73.85º 0.96% 0.53% -
XYZ 14.52 20.34 3.3 -
YUV 111.21 68.06 123.57 -
System Red Green Blue C M Y K H S L
Decimal 105 135 5 0.22 0 0.96 0.47 73.85 0.93 0.27
Hex 69 87 5 16 0 60 2F 4A 5D 1B
Octal 151 207 5 26 0 140 57 112 135 33
Binary 1101001 10000111 101 10110 0 1100000 101111 1001010 1011101 11011

Color Harmonies of #698705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698705

Black with #698705

Text Example


Text Example

White with #698705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698705; }

 p { color: rgb(105,135,5); }

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

background-color css

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

 a { background-color: rgb(105,135,5); }

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

border-color css

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

 span { border-color: rgb(105,135,5); }

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