Html Css Color HEX #698201 Olive

📋 copy color: '#698201'

red 105 ◦ green 130 ◦ blue 1

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

Shades of Olive #698201

Tints of Olive #698201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

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

R = 44.49%
G = 55.08%
B = 0.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#698201 (or 0x698201) is known color: Olive. HEX triplet: 69, 82 and 01. RGB value is (105,130,1). Sum of RGB (Red+Green+Blue) = 105+130+1=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #698201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698201 is #967DFE. Grayscale: #6C6C6C. Windows color (decimal): -9862655 or 98921. OLE color: 98921.

HSL color Cylindrical-coordinate representation of color #698201: hue angle of 71.63º 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 #698201 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 1 -
CMYK 0.19 0 0.99 0.49
HSL 71.63º 0.98% 0.26% -
HSV(B) 71.63º 0.99% 0.51% -
XYZ 13.81 18.97 2.96 -
YUV 107.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 105 130 1 0.19 0 0.99 0.49 71.63 0.98 0.26
Hex 69 82 1 13 0 63 31 48 62 1A
Octal 151 202 1 23 0 143 61 110 142 32
Binary 1101001 10000010 1 10011 0 1100011 110001 1001000 1100010 11010

Color Harmonies of #698201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698201

Black with #698201

Text Example


Text Example

White with #698201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698201; }

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

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

background-color css

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

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

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

border-color css

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

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

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