Html Css Color HEX #698301 Olive

📋 copy color: '#698301'

red 105 ◦ green 131 ◦ blue 1

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

Shades of Olive #698301

Tints of Olive #698301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.27%

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

R = 44.3%
G = 55.27%
B = 0.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#698301 (or 0x698301) is known color: Olive. HEX triplet: 69, 83 and 01. RGB value is (105,131,1). Sum of RGB (Red+Green+Blue) = 105+131+1=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #698301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698301 is #967CFE. Grayscale: #6C6C6C. Windows color (decimal): -9862399 or 99177. OLE color: 99177.

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

Color convert

RGB 105 131 1 -
CMYK 0.20 0 0.99 0.49
HSL 72º 0.98% 0.26% -
HSV(B) 72º 0.99% 0.51% -
XYZ 13.95 19.24 3.01 -
YUV 108.41 67.39 125.57 -
System Red Green Blue C M Y K H S L
Decimal 105 131 1 0.20 0 0.99 0.49 72 0.98 0.26
Hex 69 83 1 14 0 63 31 48 62 1A
Octal 151 203 1 24 0 143 61 110 142 32
Binary 1101001 10000011 1 10100 0 1100011 110001 1001000 1100010 11010

Color Harmonies of #698301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698301

Black with #698301

Text Example


Text Example

White with #698301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698301; }

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

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

background-color css

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

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

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

border-color css

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

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

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