Html Css Color HEX #698500 Olive

📋 copy color: '#698500'

red 105 ◦ green 133 ◦ blue 0

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

Shades of Olive #698500

Tints of Olive #698500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.12%
G = 55.88%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#698500 (or 0x698500) is known color: Olive. HEX triplet: 69, 85 and 00. RGB value is (105,133,0). Sum of RGB (Red+Green+Blue) = 105+133+0=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #698500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698500 is #967AFF. Grayscale: #6D6D6D. Windows color (decimal): -9861888 or 34153. OLE color: 34153.

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

Color convert

RGB 105 133 0 -
CMYK 0.21 0 1 0.48
HSL 72.63º 1% 0.26% -
HSV(B) 72.63º 1% 0.52% -
XYZ 14.21 19.78 3.07 -
YUV 109.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 105 133 0 0.21 0 1 0.48 72.63 1 0.26
Hex 69 85 0 15 0 64 30 49 64 1A
Octal 151 205 0 25 0 144 60 111 144 32
Binary 1101001 10000101 0 10101 0 1100100 110000 1001001 1100100 11010

Color Harmonies of #698500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698500

Black with #698500

Text Example


Text Example

White with #698500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698500; }

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

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

background-color css

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

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

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

border-color css

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

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

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