Html Css Color HEX #697706 Olive

📋 copy color: '#697706'

red 105 ◦ green 119 ◦ blue 6

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

Shades of Olive #697706

Tints of Olive #697706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.74%

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 45.65%
G = 51.74%
B = 2.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#697706 (or 0x697706) is known color: Olive. HEX triplet: 69, 77 and 06. RGB value is (105,119,6). Sum of RGB (Red+Green+Blue) = 105+119+6=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #697706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697706 is #9688F9. Grayscale: #666666. Windows color (decimal): -9865466 or 423785. OLE color: 423785.

HSL color Cylindrical-coordinate representation of color #697706: hue angle of 67.43º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #697706 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 6 -
CMYK 0.12 0 0.95 0.53
HSL 67.43º 0.9% 0.25% -
HSV(B) 67.43º 0.95% 0.47% -
XYZ 12.46 16.21 2.64 -
YUV 101.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 105 119 6 0.12 0 0.95 0.53 67.43 0.9 0.25
Hex 69 77 6 C 0 5F 35 43 5A 19
Octal 151 167 6 14 0 137 65 103 132 31
Binary 1101001 1110111 110 1100 0 1011111 110101 1000011 1011010 11001

Color Harmonies of #697706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697706

Black with #697706

Text Example


Text Example

White with #697706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697706; }

 p { color: rgb(105,119,6); }

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

background-color css

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

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

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

border-color css

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

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

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