Html Css Color HEX #698800 Olive

📋 copy color: '#698800'

red 105 ◦ green 136 ◦ blue 0

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

Shades of Olive #698800

Tints of Olive #698800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.43%

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

R = 43.57%
G = 56.43%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#698800 (or 0x698800) is known color: Olive. HEX triplet: 69, 88 and 00. RGB value is (105,136,0). Sum of RGB (Red+Green+Blue) = 105+136+0=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #698800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698800 is #9677FF. Grayscale: #6F6F6F. Windows color (decimal): -9861120 or 34921. OLE color: 34921.

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

Color convert

RGB 105 136 0 -
CMYK 0.23 0 1 0.47
HSL 73.68º 1% 0.27% -
HSV(B) 73.68º 1% 0.53% -
XYZ 14.63 20.61 3.21 -
YUV 111.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 105 136 0 0.23 0 1 0.47 73.68 1 0.27
Hex 69 88 0 17 0 64 2F 4A 64 1B
Octal 151 210 0 27 0 144 57 112 144 33
Binary 1101001 10001000 0 10111 0 1100100 101111 1001010 1100100 11011

Color Harmonies of #698800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698800

Black with #698800

Text Example


Text Example

White with #698800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698800; }

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

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

background-color css

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

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

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

border-color css

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

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

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