Html Css Color HEX #696400 Olive

📋 copy color: '#696400'

red 105 ◦ green 100 ◦ blue 0

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

Shades of Olive #696400

Tints of Olive #696400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.78%

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

R = 51.22%
G = 48.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#696400 (or 0x696400) is known color: Olive. HEX triplet: 69, 64 and 00. RGB value is (105,100,0). Sum of RGB (Red+Green+Blue) = 105+100+0=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #696400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696400 is #969BFF. Grayscale: #5A5A5A. Windows color (decimal): -9870336 or 25705. OLE color: 25705.

HSL color Cylindrical-coordinate representation of color #696400: hue angle of 57.14º 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 #696400 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 100 0 -
CMYK 0 0.05 1 0.59
HSL 57.14º 1% 0.21% -
HSV(B) 57.14º 1% 0.41% -
XYZ 10.38 12.12 1.79 -
YUV 90.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 105 100 0 0 0.05 1 0.59 57.14 1 0.21
Hex 69 64 0 0 5 64 3B 39 64 15
Octal 151 144 0 0 5 144 73 71 144 25
Binary 1101001 1100100 0 0 101 1100100 111011 111001 1100100 10101

Color Harmonies of #696400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696400

Black with #696400

Text Example


Text Example

White with #696400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696400; }

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

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

background-color css

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

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

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

border-color css

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

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

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