Html Css Color HEX #698503 Olive

📋 copy color: '#698503'

red 105 ◦ green 133 ◦ blue 3

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

Shades of Olive #698503

Tints of Olive #698503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 43.57%
G = 55.19%
B = 1.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#698503 (or 0x698503) is known color: Olive. HEX triplet: 69, 85 and 03. RGB value is (105,133,3). Sum of RGB (Red+Green+Blue) = 105+133+3=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #698503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698503 is #967AFC. Grayscale: #6E6E6E. Windows color (decimal): -9861885 or 230761. OLE color: 230761.

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

Color convert

RGB 105 133 3 -
CMYK 0.21 0 0.98 0.48
HSL 72.92º 0.96% 0.27% -
HSV(B) 72.92º 0.98% 0.52% -
XYZ 14.23 19.78 3.16 -
YUV 109.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 105 133 3 0.21 0 0.98 0.48 72.92 0.96 0.27
Hex 69 85 3 15 0 62 30 49 60 1B
Octal 151 205 3 25 0 142 60 111 140 33
Binary 1101001 10000101 11 10101 0 1100010 110000 1001001 1100000 11011

Color Harmonies of #698503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698503

Black with #698503

Text Example


Text Example

White with #698503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698503; }

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

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

background-color css

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

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

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

border-color css

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

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

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