Html Css Color HEX #698401 Olive

📋 copy color: '#698401'

red 105 ◦ green 132 ◦ blue 1

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

Shades of Olive #698401

Tints of Olive #698401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.46%

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

R = 44.12%
G = 55.46%
B = 0.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#698401 (or 0x698401) is known color: Olive. HEX triplet: 69, 84 and 01. RGB value is (105,132,1). Sum of RGB (Red+Green+Blue) = 105+132+1=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #698401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698401 is #967BFE. Grayscale: #6D6D6D. Windows color (decimal): -9862143 or 99433. OLE color: 99433.

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

Color convert

RGB 105 132 1 -
CMYK 0.20 0 0.99 0.48
HSL 72.37º 0.98% 0.26% -
HSV(B) 72.37º 0.99% 0.52% -
XYZ 14.08 19.51 3.05 -
YUV 108.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 105 132 1 0.20 0 0.99 0.48 72.37 0.98 0.26
Hex 69 84 1 14 0 63 30 48 62 1A
Octal 151 204 1 24 0 143 60 110 142 32
Binary 1101001 10000100 1 10100 0 1100011 110000 1001000 1100010 11010

Color Harmonies of #698401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698401

Black with #698401

Text Example


Text Example

White with #698401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698401; }

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

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

background-color css

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

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

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

border-color css

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

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

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