Html Css Color HEX #698601 Olive

📋 copy color: '#698601'

red 105 ◦ green 134 ◦ blue 1

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

Shades of Olive #698601

Tints of Olive #698601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.83%

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

R = 43.75%
G = 55.83%
B = 0.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#698601 (or 0x698601) is known color: Olive. HEX triplet: 69, 86 and 01. RGB value is (105,134,1). Sum of RGB (Red+Green+Blue) = 105+134+1=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #698601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698601 is #9679FE. Grayscale: #6E6E6E. Windows color (decimal): -9861631 or 99945. OLE color: 99945.

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

Color convert

RGB 105 134 1 -
CMYK 0.22 0 0.99 0.47
HSL 73.08º 0.99% 0.26% -
HSV(B) 73.08º 0.99% 0.53% -
XYZ 14.36 20.06 3.14 -
YUV 110.17 66.39 124.31 -
System Red Green Blue C M Y K H S L
Decimal 105 134 1 0.22 0 0.99 0.47 73.08 0.99 0.26
Hex 69 86 1 16 0 63 2F 49 63 1A
Octal 151 206 1 26 0 143 57 111 143 32
Binary 1101001 10000110 1 10110 0 1100011 101111 1001001 1100011 11010

Color Harmonies of #698601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698601

Black with #698601

Text Example


Text Example

White with #698601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698601; }

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

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

background-color css

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

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

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

border-color css

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

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

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