Html Css Color HEX #696900 Olive

📋 copy color: '#696900'

red 105 ◦ green 105 ◦ blue 0

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

Shades of Olive #696900

Tints of Olive #696900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#696900 (or 0x696900) is known color: Olive. HEX triplet: 69, 69 and 00. RGB value is (105,105,0). Sum of RGB (Red+Green+Blue) = 105+105+0=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696900 is #9696FF. Grayscale: #5D5D5D. Windows color (decimal): -9869056 or 26985. OLE color: 26985.

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

Color convert

RGB 105 105 0 -
CMYK 0 0 1 0.59
HSL 60º 1% 0.21% -
HSV(B) 60º 1% 0.41% -
XYZ 10.88 13.11 1.96 -
YUV 93.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 105 105 0 0 0 1 0.59 60 1 0.21
Hex 69 69 0 0 0 64 3B 3C 64 15
Octal 151 151 0 0 0 144 73 74 144 25
Binary 1101001 1101001 0 0 0 1100100 111011 111100 1100100 10101

Color Harmonies of #696900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696900

Black with #696900

Text Example


Text Example

White with #696900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696900; }

 p { color: rgb(105,105,0); }

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

background-color css

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

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

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

border-color css

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

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

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