Html Css Color HEX #697400 Olive

📋 copy color: '#697400'

red 105 ◦ green 116 ◦ blue 0

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

Shades of Olive #697400

Tints of Olive #697400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

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

R = 47.51%
G = 52.49%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#697400 (or 0x697400) is known color: Olive. HEX triplet: 69, 74 and 00. RGB value is (105,116,0). Sum of RGB (Red+Green+Blue) = 105+116+0=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #697400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697400 is #968BFF. Grayscale: #636363. Windows color (decimal): -9866240 or 29801. OLE color: 29801.

HSL color Cylindrical-coordinate representation of color #697400: hue angle of 65.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #697400 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 0 -
CMYK 0.09 0 1 0.55
HSL 65.69º 1% 0.23% -
HSV(B) 65.69º 1% 0.45% -
XYZ 12.07 15.49 2.35 -
YUV 99.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 105 116 0 0.09 0 1 0.55 65.69 1 0.23
Hex 69 74 0 9 0 64 37 42 64 17
Octal 151 164 0 11 0 144 67 102 144 27
Binary 1101001 1110100 0 1001 0 1100100 110111 1000010 1100100 10111

Color Harmonies of #697400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697400

Black with #697400

Text Example


Text Example

White with #697400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697400; }

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

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

background-color css

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

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

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

border-color css

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

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

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