Html Css Color HEX #697F1D Olive Drab

📋 copy color: '#697F1D'

red 105 ◦ green 127 ◦ blue 29

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

Shades of Olive Drab #697F1D

Tints of Olive Drab #697F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 48.66%

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 40.23%
G = 48.66%
B = 11.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#697F1D (or 0x697F1D) is known color: Olive Drab. HEX triplet: 69, 7F and 1D. RGB value is (105,127,29). Sum of RGB (Red+Green+Blue) = 105+127+29=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #697F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F1D is #9680E2. Grayscale: #6D6D6D. Windows color (decimal): -9863395 or 1933161. OLE color: 1933161.

HSL color Cylindrical-coordinate representation of color #697F1D: hue angle of 73.47º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #697F1D is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 29 -
CMYK 0.17 0 0.77 0.50
HSL 73.47º 0.63% 0.31% -
HSV(B) 73.47º 0.77% 0.5% -
XYZ 13.64 18.27 3.97 -
YUV 109.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 105 127 29 0.17 0 0.77 0.50 73.47 0.63 0.31
Hex 69 7F 1D 11 0 4D 32 49 3F 1F
Octal 151 177 35 21 0 115 62 111 77 37
Binary 1101001 1111111 11101 10001 0 1001101 110010 1001001 111111 11111

Color Harmonies of #697F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F1D

Black with #697F1D

Text Example


Text Example

White with #697F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,127,29); }

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

background-color css

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

 a { background-color: rgb(105,127,29); }

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

border-color css

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

 span { border-color: rgb(105,127,29); }

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