Html Css Color HEX #696201 Olive

📋 copy color: '#696201'

red 105 ◦ green 98 ◦ blue 1

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

Shades of Olive #696201

Tints of Olive #696201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.04%

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

R = 51.47%
G = 48.04%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#696201 (or 0x696201) is known color: Olive. HEX triplet: 69, 62 and 01. RGB value is (105,98,1). Sum of RGB (Red+Green+Blue) = 105+98+1=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #696201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696201 is #969DFE. Grayscale: #595959. Windows color (decimal): -9870847 or 90729. OLE color: 90729.

HSL color Cylindrical-coordinate representation of color #696201: hue angle of 55.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #696201 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 98 1 -
CMYK 0 0.07 0.99 0.59
HSL 55.96º 0.98% 0.21% -
HSV(B) 55.96º 0.99% 0.41% -
XYZ 10.2 11.74 1.76 -
YUV 89.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 105 98 1 0 0.07 0.99 0.59 55.96 0.98 0.21
Hex 69 62 1 0 7 63 3B 38 62 15
Octal 151 142 1 0 7 143 73 70 142 25
Binary 1101001 1100010 1 0 111 1100011 111011 111000 1100010 10101

Color Harmonies of #696201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696201

Black with #696201

Text Example


Text Example

White with #696201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696201; }

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

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

background-color css

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

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

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

border-color css

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

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

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