Html Css Color HEX #696D01 Olive

📋 copy color: '#696D01'

red 105 ◦ green 109 ◦ blue 1

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

Shades of Olive #696D01

Tints of Olive #696D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.7%

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

R = 48.84%
G = 50.7%
B = 0.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#696D01 (or 0x696D01) is known color: Olive. HEX triplet: 69, 6D and 01. RGB value is (105,109,1). Sum of RGB (Red+Green+Blue) = 105+109+1=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #696D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696D01 is #9692FE. Grayscale: #5F5F5F. Windows color (decimal): -9868031 or 93545. OLE color: 93545.

HSL color Cylindrical-coordinate representation of color #696D01: hue angle of 62.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #696D01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 109 1 -
CMYK 0.04 0 0.99 0.57
HSL 62.22º 0.98% 0.22% -
HSV(B) 62.22º 0.99% 0.43% -
XYZ 11.3 13.94 2.12 -
YUV 95.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 105 109 1 0.04 0 0.99 0.57 62.22 0.98 0.22
Hex 69 6D 1 4 0 63 39 3E 62 16
Octal 151 155 1 4 0 143 71 76 142 26
Binary 1101001 1101101 1 100 0 1100011 111001 111110 1100010 10110

Color Harmonies of #696D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D01

Black with #696D01

Text Example


Text Example

White with #696D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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