Html Css Color HEX #698505 Olive

📋 copy color: '#698505'

red 105 ◦ green 133 ◦ blue 5

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

Shades of Olive #698505

Tints of Olive #698505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.73%

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

R = 43.21%
G = 54.73%
B = 2.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#698505 (or 0x698505) is known color: Olive. HEX triplet: 69, 85 and 05. RGB value is (105,133,5). Sum of RGB (Red+Green+Blue) = 105+133+5=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #698505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698505 is #967AFA. Grayscale: #6E6E6E. Windows color (decimal): -9861883 or 361833. OLE color: 361833.

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

Color convert

RGB 105 133 5 -
CMYK 0.21 0 0.96 0.48
HSL 73.13º 0.93% 0.27% -
HSV(B) 73.13º 0.96% 0.52% -
XYZ 14.24 19.79 3.21 -
YUV 110.04 68.72 124.41 -
System Red Green Blue C M Y K H S L
Decimal 105 133 5 0.21 0 0.96 0.48 73.13 0.93 0.27
Hex 69 85 5 15 0 60 30 49 5D 1B
Octal 151 205 5 25 0 140 60 111 135 33
Binary 1101001 10000101 101 10101 0 1100000 110000 1001001 1011101 11011

Color Harmonies of #698505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698505

Black with #698505

Text Example


Text Example

White with #698505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698505; }

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

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

background-color css

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

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

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

border-color css

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

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

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