Html Css Color HEX #697500 Olive

📋 copy color: '#697500'

red 105 ◦ green 117 ◦ blue 0

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

Shades of Olive #697500

Tints of Olive #697500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.7%

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

R = 47.3%
G = 52.7%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#697500 (or 0x697500) is known color: Olive. HEX triplet: 69, 75 and 00. RGB value is (105,117,0). Sum of RGB (Red+Green+Blue) = 105+117+0=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #697500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697500 is #968AFF. Grayscale: #646464. Windows color (decimal): -9865984 or 30057. OLE color: 30057.

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

Color convert

RGB 105 117 0 -
CMYK 0.10 0 1 0.54
HSL 66.15º 1% 0.23% -
HSV(B) 66.15º 1% 0.46% -
XYZ 12.19 15.73 2.39 -
YUV 100.07 71.52 131.51 -
System Red Green Blue C M Y K H S L
Decimal 105 117 0 0.10 0 1 0.54 66.15 1 0.23
Hex 69 75 0 A 0 64 36 42 64 17
Octal 151 165 0 12 0 144 66 102 144 27
Binary 1101001 1110101 0 1010 0 1100100 110110 1000010 1100100 10111

Color Harmonies of #697500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697500

Black with #697500

Text Example


Text Example

White with #697500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697500; }

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

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

background-color css

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

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

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

border-color css

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

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

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