Html Css Color HEX #697A07 Olive

📋 copy color: '#697A07'

red 105 ◦ green 122 ◦ blue 7

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

Shades of Olive #697A07

Tints of Olive #697A07

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.14%

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 44.87%
G = 52.14%
B = 2.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#697A07 (or 0x697A07) is known color: Olive. HEX triplet: 69, 7A and 07. RGB value is (105,122,7). Sum of RGB (Red+Green+Blue) = 105+122+7=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #697A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697A07 is #9685F8. Grayscale: #686868. Windows color (decimal): -9864697 or 490089. OLE color: 490089.

HSL color Cylindrical-coordinate representation of color #697A07: hue angle of 68.87º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #697A07 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 122 7 -
CMYK 0.14 0 0.94 0.52
HSL 68.87º 0.89% 0.25% -
HSV(B) 68.87º 0.94% 0.48% -
XYZ 12.82 16.94 2.79 -
YUV 103.81 73.37 128.85 -
System Red Green Blue C M Y K H S L
Decimal 105 122 7 0.14 0 0.94 0.52 68.87 0.89 0.25
Hex 69 7A 7 E 0 5E 34 45 59 19
Octal 151 172 7 16 0 136 64 105 131 31
Binary 1101001 1111010 111 1110 0 1011110 110100 1000101 1011001 11001

Color Harmonies of #697A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A07

Black with #697A07

Text Example


Text Example

White with #697A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697A07; }

 p { color: rgb(105,122,7); }

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

background-color css

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

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

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

border-color css

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

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

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