Html Css Color HEX #698801 Olive

📋 copy color: '#698801'

red 105 ◦ green 136 ◦ blue 1

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

Shades of Olive #698801

Tints of Olive #698801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 43.39%
G = 56.2%
B = 0.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#698801 (or 0x698801) is known color: Olive. HEX triplet: 69, 88 and 01. RGB value is (105,136,1). Sum of RGB (Red+Green+Blue) = 105+136+1=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #698801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698801 is #9677FE. Grayscale: #6F6F6F. Windows color (decimal): -9861119 or 100457. OLE color: 100457.

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

Color convert

RGB 105 136 1 -
CMYK 0.23 0 0.99 0.47
HSL 73.78º 0.99% 0.27% -
HSV(B) 73.78º 0.99% 0.53% -
XYZ 14.64 20.61 3.24 -
YUV 111.34 65.73 123.48 -
System Red Green Blue C M Y K H S L
Decimal 105 136 1 0.23 0 0.99 0.47 73.78 0.99 0.27
Hex 69 88 1 17 0 63 2F 4A 63 1B
Octal 151 210 1 27 0 143 57 112 143 33
Binary 1101001 10001000 1 10111 0 1100011 101111 1001010 1100011 11011

Color Harmonies of #698801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698801

Black with #698801

Text Example


Text Example

White with #698801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698801; }

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

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

background-color css

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

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

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

border-color css

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

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

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